Shades of Atlantis #96E732
Tints of Atlantis #96E732
RGB
CMYK
RGB Variations
Color information
#96E732 (or 0x96E732) is known color: Atlantis. HEX triplet: 96, E7 and 32. RGB value is (150,231,50). Sum of RGB (Red+Green+Blue) = 150+231+50=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 231 (90.62% from 255 or 53.60% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 231 - color contains mainly: green. Hex color #96E732 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E732 is #6918CD. Grayscale: #BABABA. Windows color (decimal): -6887630 or 3336086. OLE color: 3336086.
HSL color Cylindrical-coordinate representation of color #96E732: hue angle of 86.85º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96E732 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 50 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.09 |
| HSL | 86.85º | 0.79% | 0.55% | - |
| HSV(B) | 86.85º | 0.78% | 0.91% | - |
| XYZ | 41.73 | 63.87 | 13.15 | - |
| YUV | 186.15 | 51.16 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 50 | 0.35 | 0 | 0.78 | 0.09 | 86.85 | 0.79 | 0.55 |
| Hex | 96 | E7 | 32 | 23 | 0 | 4E | 9 | 57 | 4F | 37 |
| Octal | 226 | 347 | 62 | 43 | 0 | 116 | 11 | 127 | 117 | 67 |
| Binary | 10010110 | 11100111 | 110010 | 100011 | 0 | 1001110 | 1001 | 1010111 | 1001111 | 110111 |
Color Harmonies of #96E732
Complementary color
Monochromatic Colors of #96E732
Black with #96E732
Text Example
Text Example
White with #96E732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E732; }
p { color: rgb(150,231,50); }
H1.HeaderClassName
{
color: #96E732;
}
.AnyTagClassName
{
color: #96E732;
}
</style>
background-color css
<style>
a { background-color: #96E732; }
a { background-color: rgb(150,231,50); }
div.DivClassName
{
background-color: #96E732;
}
.BgClassName
{
background-color: #96E732;
}
</style>
border-color css
<style>
span { border-color: #96E732; }
span { border-color: rgb(150,231,50); }
td.TdClassName
{
border-color: #96E732;
}
.TagClassName
{
border-color: #96E732;
}
</style>