Shades of Atlantis #99E237
Tints of Atlantis #99E237
RGB
CMYK
RGB Variations
Color information
#99E237 (or 0x99E237) is known color: Atlantis. HEX triplet: 99, E2 and 37. RGB value is (153,226,55). Sum of RGB (Red+Green+Blue) = 153+226+55=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #99E237 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E237 is #661DC8. Grayscale: #B9B9B9. Windows color (decimal): -6692297 or 3662489. OLE color: 3662489.
HSL color Cylindrical-coordinate representation of color #99E237: hue angle of 85.61º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99E237 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 55 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.11 |
| HSL | 85.61º | 0.75% | 0.55% | - |
| HSV(B) | 85.61º | 0.76% | 0.89% | - |
| XYZ | 41.02 | 61.44 | 13.31 | - |
| YUV | 184.68 | 54.82 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 55 | 0.32 | 0 | 0.76 | 0.11 | 85.61 | 0.75 | 0.55 |
| Hex | 99 | E2 | 37 | 20 | 0 | 4C | B | 56 | 4B | 37 |
| Octal | 231 | 342 | 67 | 40 | 0 | 114 | 13 | 126 | 113 | 67 |
| Binary | 10011001 | 11100010 | 110111 | 100000 | 0 | 1001100 | 1011 | 1010110 | 1001011 | 110111 |
Color Harmonies of #99E237
Complementary color
Monochromatic Colors of #99E237
Black with #99E237
Text Example
Text Example
White with #99E237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E237; }
p { color: rgb(153,226,55); }
H1.HeaderClassName
{
color: #99E237;
}
.AnyTagClassName
{
color: #99E237;
}
</style>
background-color css
<style>
a { background-color: #99E237; }
a { background-color: rgb(153,226,55); }
div.DivClassName
{
background-color: #99E237;
}
.BgClassName
{
background-color: #99E237;
}
</style>
border-color css
<style>
span { border-color: #99E237; }
span { border-color: rgb(153,226,55); }
td.TdClassName
{
border-color: #99E237;
}
.TagClassName
{
border-color: #99E237;
}
</style>