Shades of Atlantis #99E041
Tints of Atlantis #99E041
RGB
CMYK
RGB Variations
Color information
#99E041 (or 0x99E041) is known color: Atlantis. HEX triplet: 99, E0 and 41. RGB value is (153,224,65). Sum of RGB (Red+Green+Blue) = 153+224+65=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #99E041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E041 is #661FBE. Grayscale: #B9B9B9. Windows color (decimal): -6692799 or 4317337. OLE color: 4317337.
HSL color Cylindrical-coordinate representation of color #99E041: hue angle of 86.79º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99E041 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 224 | 65 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.12 |
| HSL | 86.79º | 0.72% | 0.57% | - |
| HSV(B) | 86.79º | 0.71% | 0.88% | - |
| XYZ | 40.75 | 60.47 | 14.52 | - |
| YUV | 184.65 | 60.48 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 224 | 65 | 0.32 | 0 | 0.71 | 0.12 | 86.79 | 0.72 | 0.57 |
| Hex | 99 | E0 | 41 | 20 | 0 | 47 | C | 57 | 48 | 39 |
| Octal | 231 | 340 | 101 | 40 | 0 | 107 | 14 | 127 | 110 | 71 |
| Binary | 10011001 | 11100000 | 1000001 | 100000 | 0 | 1000111 | 1100 | 1010111 | 1001000 | 111001 |
Color Harmonies of #99E041
Complementary color
Monochromatic Colors of #99E041
Black with #99E041
Text Example
Text Example
White with #99E041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E041; }
p { color: rgb(153,224,65); }
H1.HeaderClassName
{
color: #99E041;
}
.AnyTagClassName
{
color: #99E041;
}
</style>
background-color css
<style>
a { background-color: #99E041; }
a { background-color: rgb(153,224,65); }
div.DivClassName
{
background-color: #99E041;
}
.BgClassName
{
background-color: #99E041;
}
</style>
border-color css
<style>
span { border-color: #99E041; }
span { border-color: rgb(153,224,65); }
td.TdClassName
{
border-color: #99E041;
}
.TagClassName
{
border-color: #99E041;
}
</style>