Shades of Atlantis #96E84B
Tints of Atlantis #96E84B
RGB
CMYK
RGB Variations
Color information
#96E84B (or 0x96E84B) is known color: Atlantis. HEX triplet: 96, E8 and 4B. RGB value is (150,232,75). Sum of RGB (Red+Green+Blue) = 150+232+75=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 232 (91.02% from 255 or 50.77% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 232 - color contains mainly: green. Hex color #96E84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96E84B is #6917B4. Grayscale: #BEBEBE. Windows color (decimal): -6887349 or 4974742. OLE color: 4974742.
HSL color Cylindrical-coordinate representation of color #96E84B: hue angle of 91.34º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96E84B is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 75 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.09 |
| HSL | 91.34º | 0.77% | 0.6% | - |
| HSV(B) | 91.34º | 0.68% | 0.91% | - |
| XYZ | 42.7 | 64.71 | 16.9 | - |
| YUV | 189.58 | 63.33 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 75 | 0.35 | 0 | 0.68 | 0.09 | 91.34 | 0.77 | 0.6 |
| Hex | 96 | E8 | 4B | 23 | 0 | 44 | 9 | 5B | 4D | 3C |
| Octal | 226 | 350 | 113 | 43 | 0 | 104 | 11 | 133 | 115 | 74 |
| Binary | 10010110 | 11101000 | 1001011 | 100011 | 0 | 1000100 | 1001 | 1011011 | 1001101 | 111100 |
Color Harmonies of #96E84B
Complementary color
Monochromatic Colors of #96E84B
Black with #96E84B
Text Example
Text Example
White with #96E84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E84B; }
p { color: rgb(150,232,75); }
H1.HeaderClassName
{
color: #96E84B;
}
.AnyTagClassName
{
color: #96E84B;
}
</style>
background-color css
<style>
a { background-color: #96E84B; }
a { background-color: rgb(150,232,75); }
div.DivClassName
{
background-color: #96E84B;
}
.BgClassName
{
background-color: #96E84B;
}
</style>
border-color css
<style>
span { border-color: #96E84B; }
span { border-color: rgb(150,232,75); }
td.TdClassName
{
border-color: #96E84B;
}
.TagClassName
{
border-color: #96E84B;
}
</style>