#95DE51

Color #95DE51 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #95DE51

Tints of Atlantis #95DE51

Color information

#95DE51 (or 0x95DE51) is unknown color: approx Atlantis. HEX triplet: 95, DE and 51. RGB value is (149,222,81). Sum of RGB (Red+Green+Blue) = 149+222+81=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DE51 is #6A21AE. Grayscale: #B8B8B8. Windows color (decimal): -6955439 or 5365397. OLE color: 5365397.

HSL color Cylindrical-coordinate representation of color #95DE51: hue angle of 91.06º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95DE51 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB14922281-
CMYK0.3300.640.13
HSL91.06º68.12%59.41%-
HSV(B)91.06º63.51%87.06%-
XYZ4059.2317.11-
YUV184.169.82102.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 32.96%
GREEN value IS 222 (87.11% from 255) = 49.12%
BLUE value IS 81 (32.03% from 255) = 17.92%
R=32.96%
G=49.12%
B=17.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149222810.3300.640.1391.0668.1259.41
Hex95DE5121040D5b443b
Octal2253361214101001513310473
Binary1001010111011110101000110000101000000110110110111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DE51; }

 p { color: rgb(149,222,81); }

 H1.HeaderClassName
 {
   color: #95DE51;
 }
 .AnyTagClassName
 {
   color: #95DE51;
 }
</style>
background-color css

<style>
 a { background-color: #95DE51; }

 a { background-color: rgb(149,222,81); }

 div.DivClassName
 {
   background-color: #95DE51;
 }
 .BgClassName
 {
   background-color: #95DE51;
 }
</style>
border-color css

<style>
 span { border-color: #95DE51; }

 span { border-color: rgb(149,222,81); }

 td.TdClassName
 {
   border-color: #95DE51;
 }
 .TagClassName
 {
   border-color: #95DE51;
 }
</style>