Shades of Atlantis #99E037
Tints of Atlantis #99E037
RGB
CMYK
RGB Variations
Color information
#99E037 (or 0x99E037) is known color: Atlantis. HEX triplet: 99, E0 and 37. RGB value is (153,224,55). Sum of RGB (Red+Green+Blue) = 153+224+55=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #99E037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E037 is #661FC8. Grayscale: #B8B8B8. Windows color (decimal): -6692809 or 3661977. OLE color: 3661977.
HSL color Cylindrical-coordinate representation of color #99E037: hue angle of 85.21º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99E037 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 55 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.12 |
| HSL | 85.21º | 0.73% | 0.55% | - |
| HSV(B) | 85.21º | 0.75% | 0.88% | - |
| XYZ | 40.48 | 60.36 | 13.13 | - |
| YUV | 183.51 | 55.48 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 55 | 0.32 | 0 | 0.75 | 0.12 | 85.21 | 0.73 | 0.55 |
| Hex | 99 | E0 | 37 | 20 | 0 | 4B | C | 55 | 49 | 37 |
| Octal | 231 | 340 | 67 | 40 | 0 | 113 | 14 | 125 | 111 | 67 |
| Binary | 10011001 | 11100000 | 110111 | 100000 | 0 | 1001011 | 1100 | 1010101 | 1001001 | 110111 |
Color Harmonies of #99E037
Complementary color
Monochromatic Colors of #99E037
Black with #99E037
Text Example
Text Example
White with #99E037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E037; }
p { color: rgb(153,224,55); }
H1.HeaderClassName
{
color: #99E037;
}
.AnyTagClassName
{
color: #99E037;
}
</style>
background-color css
<style>
a { background-color: #99E037; }
a { background-color: rgb(153,224,55); }
div.DivClassName
{
background-color: #99E037;
}
.BgClassName
{
background-color: #99E037;
}
</style>
border-color css
<style>
span { border-color: #99E037; }
span { border-color: rgb(153,224,55); }
td.TdClassName
{
border-color: #99E037;
}
.TagClassName
{
border-color: #99E037;
}
</style>