Shades of Atlantis #99E835
Tints of Atlantis #99E835
RGB
CMYK
RGB Variations
Color information
#99E835 (or 0x99E835) is known color: Atlantis. HEX triplet: 99, E8 and 35. RGB value is (153,232,53). Sum of RGB (Red+Green+Blue) = 153+232+53=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 232 (91.02% from 255 or 52.97% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 232 - color contains mainly: green. Hex color #99E835 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99E835 is #6617CA. Grayscale: #BCBCBC. Windows color (decimal): -6690763 or 3532953. OLE color: 3532953.
HSL color Cylindrical-coordinate representation of color #99E835: hue angle of 86.48º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99E835 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 232 | 53 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.09 |
| HSL | 86.48º | 0.8% | 0.56% | - |
| HSV(B) | 86.48º | 0.77% | 0.91% | - |
| XYZ | 42.64 | 64.74 | 13.62 | - |
| YUV | 187.97 | 51.83 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 232 | 53 | 0.34 | 0 | 0.77 | 0.09 | 86.48 | 0.8 | 0.56 |
| Hex | 99 | E8 | 35 | 22 | 0 | 4D | 9 | 56 | 50 | 38 |
| Octal | 231 | 350 | 65 | 42 | 0 | 115 | 11 | 126 | 120 | 70 |
| Binary | 10011001 | 11101000 | 110101 | 100010 | 0 | 1001101 | 1001 | 1010110 | 1010000 | 111000 |
Color Harmonies of #99E835
Complementary color
Monochromatic Colors of #99E835
Black with #99E835
Text Example
Text Example
White with #99E835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E835; }
p { color: rgb(153,232,53); }
H1.HeaderClassName
{
color: #99E835;
}
.AnyTagClassName
{
color: #99E835;
}
</style>
background-color css
<style>
a { background-color: #99E835; }
a { background-color: rgb(153,232,53); }
div.DivClassName
{
background-color: #99E835;
}
.BgClassName
{
background-color: #99E835;
}
</style>
border-color css
<style>
span { border-color: #99E835; }
span { border-color: rgb(153,232,53); }
td.TdClassName
{
border-color: #99E835;
}
.TagClassName
{
border-color: #99E835;
}
</style>