Shades of Atlantis #96E532
Tints of Atlantis #96E532
RGB
CMYK
RGB Variations
Color information
#96E532 (or 0x96E532) is known color: Atlantis. HEX triplet: 96, E5 and 32. RGB value is (150,229,50). Sum of RGB (Red+Green+Blue) = 150+229+50=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 229 (89.84% from 255 or 53.38% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 229 - color contains mainly: green. Hex color #96E532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96E532 is #691ACD. Grayscale: #B9B9B9. Windows color (decimal): -6888142 or 3335574. OLE color: 3335574.
HSL color Cylindrical-coordinate representation of color #96E532: hue angle of 86.48º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96E532 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 50 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.10 |
| HSL | 86.48º | 0.77% | 0.55% | - |
| HSV(B) | 86.48º | 0.78% | 0.9% | - |
| XYZ | 41.17 | 62.75 | 12.96 | - |
| YUV | 184.97 | 51.83 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 50 | 0.34 | 0 | 0.78 | 0.10 | 86.48 | 0.77 | 0.55 |
| Hex | 96 | E5 | 32 | 22 | 0 | 4E | A | 56 | 4D | 37 |
| Octal | 226 | 345 | 62 | 42 | 0 | 116 | 12 | 126 | 115 | 67 |
| Binary | 10010110 | 11100101 | 110010 | 100010 | 0 | 1001110 | 1010 | 1010110 | 1001101 | 110111 |
Color Harmonies of #96E532
Complementary color
Monochromatic Colors of #96E532
Black with #96E532
Text Example
Text Example
White with #96E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E532; }
p { color: rgb(150,229,50); }
H1.HeaderClassName
{
color: #96E532;
}
.AnyTagClassName
{
color: #96E532;
}
</style>
background-color css
<style>
a { background-color: #96E532; }
a { background-color: rgb(150,229,50); }
div.DivClassName
{
background-color: #96E532;
}
.BgClassName
{
background-color: #96E532;
}
</style>
border-color css
<style>
span { border-color: #96E532; }
span { border-color: rgb(150,229,50); }
td.TdClassName
{
border-color: #96E532;
}
.TagClassName
{
border-color: #96E532;
}
</style>