Shades of Atlantis #99CE41
Tints of Atlantis #99CE41
RGB
CMYK
RGB Variations
Color information
#99CE41 (or 0x99CE41) is known color: Atlantis. HEX triplet: 99, CE and 41. RGB value is (153,206,65). Sum of RGB (Red+Green+Blue) = 153+206+65=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CE41 is #6631BE. Grayscale: #AEAEAE. Windows color (decimal): -6697407 or 4312729. OLE color: 4312729.
HSL color Cylindrical-coordinate representation of color #99CE41: hue angle of 82.55º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99CE41 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 65 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.19 |
| HSL | 82.55º | 0.59% | 0.53% | - |
| HSV(B) | 82.55º | 0.68% | 0.81% | - |
| XYZ | 36.16 | 51.3 | 13 | - |
| YUV | 174.08 | 66.44 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 65 | 0.26 | 0 | 0.68 | 0.19 | 82.55 | 0.59 | 0.53 |
| Hex | 99 | CE | 41 | 1A | 0 | 44 | 13 | 53 | 3B | 35 |
| Octal | 231 | 316 | 101 | 32 | 0 | 104 | 23 | 123 | 73 | 65 |
| Binary | 10011001 | 11001110 | 1000001 | 11010 | 0 | 1000100 | 10011 | 1010011 | 111011 | 110101 |
Color Harmonies of #99CE41
Complementary color
Monochromatic Colors of #99CE41
Black with #99CE41
Text Example
Text Example
White with #99CE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE41; }
p { color: rgb(153,206,65); }
H1.HeaderClassName
{
color: #99CE41;
}
.AnyTagClassName
{
color: #99CE41;
}
</style>
background-color css
<style>
a { background-color: #99CE41; }
a { background-color: rgb(153,206,65); }
div.DivClassName
{
background-color: #99CE41;
}
.BgClassName
{
background-color: #99CE41;
}
</style>
border-color css
<style>
span { border-color: #99CE41; }
span { border-color: rgb(153,206,65); }
td.TdClassName
{
border-color: #99CE41;
}
.TagClassName
{
border-color: #99CE41;
}
</style>