#96DC51

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

Shades of Atlantis #96DC51

Tints of Atlantis #96DC51

Color information

#96DC51 (or 0x96DC51) is unknown color: approx Atlantis. HEX triplet: 96, DC and 51. RGB value is (150,220,81). Sum of RGB (Red+Green+Blue) = 150+220+81=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DC51 is #6923AE. Grayscale: #B7B7B7. Windows color (decimal): -6890415 or 5364886. OLE color: 5364886.

HSL color Cylindrical-coordinate representation of color #96DC51: hue angle of 90.22º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96DC51 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB15022081-
CMYK0.3200.630.14
HSL90.22º66.51%59.02%-
HSV(B)90.22º63.18%86.27%-
XYZ39.6658.2616.94-
YUV183.2270.31104.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 220 (86.33% from 255) = 48.78%
BLUE value IS 81 (32.03% from 255) = 17.96%
R=33.26%
G=48.78%
B=17.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150220810.3200.630.1490.2266.5159.02
Hex96DC512003FE5a433b
Octal226334121400771613210373
Binary100101101101110010100011000000111111111010110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DC51; }

 p { color: rgb(150,220,81); }

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

<style>
 a { background-color: #96DC51; }

 a { background-color: rgb(150,220,81); }

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

<style>
 span { border-color: #96DC51; }

 span { border-color: rgb(150,220,81); }

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