Shades of Atlantis #96CE51
Tints of Atlantis #96CE51
RGB
CMYK
RGB Variations
Color information
#96CE51 (or 0x96CE51) is known color: Atlantis. HEX triplet: 96, CE and 51. RGB value is (150,206,81). Sum of RGB (Red+Green+Blue) = 150+206+81=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CE51 is #6931AE. Grayscale: #AFAFAF. Windows color (decimal): -6893999 or 5361302. OLE color: 5361302.
HSL color Cylindrical-coordinate representation of color #96CE51: hue angle of 86.88º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96CE51 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 81 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.19 |
| HSL | 86.88º | 0.56% | 0.56% | - |
| HSV(B) | 86.88º | 0.61% | 0.81% | - |
| XYZ | 36.13 | 51.22 | 15.77 | - |
| YUV | 175.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 81 | 0.27 | 0 | 0.61 | 0.19 | 86.88 | 0.56 | 0.56 |
| Hex | 96 | CE | 51 | 1B | 0 | 3D | 13 | 57 | 38 | 38 |
| Octal | 226 | 316 | 121 | 33 | 0 | 75 | 23 | 127 | 70 | 70 |
| Binary | 10010110 | 11001110 | 1010001 | 11011 | 0 | 111101 | 10011 | 1010111 | 111000 | 111000 |
Color Harmonies of #96CE51
Complementary color
Monochromatic Colors of #96CE51
Black with #96CE51
Text Example
Text Example
White with #96CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE51; }
p { color: rgb(150,206,81); }
H1.HeaderClassName
{
color: #96CE51;
}
.AnyTagClassName
{
color: #96CE51;
}
</style>
background-color css
<style>
a { background-color: #96CE51; }
a { background-color: rgb(150,206,81); }
div.DivClassName
{
background-color: #96CE51;
}
.BgClassName
{
background-color: #96CE51;
}
</style>
border-color css
<style>
span { border-color: #96CE51; }
span { border-color: rgb(150,206,81); }
td.TdClassName
{
border-color: #96CE51;
}
.TagClassName
{
border-color: #96CE51;
}
</style>