Shades of Atlantis #99DE32
Tints of Atlantis #99DE32
RGB
CMYK
RGB Variations
Color information
#99DE32 (or 0x99DE32) is known color: Atlantis. HEX triplet: 99, DE and 32. RGB value is (153,222,50). Sum of RGB (Red+Green+Blue) = 153+222+50=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DE32 is #6621CD. Grayscale: #B6B6B6. Windows color (decimal): -6693326 or 3333785. OLE color: 3333785.
HSL color Cylindrical-coordinate representation of color #99DE32: hue angle of 84.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99DE32 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 50 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.13 |
| HSL | 84.07º | 0.72% | 0.53% | - |
| HSV(B) | 84.07º | 0.77% | 0.87% | - |
| XYZ | 39.83 | 59.25 | 12.35 | - |
| YUV | 181.76 | 53.64 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 50 | 0.31 | 0 | 0.77 | 0.13 | 84.07 | 0.72 | 0.53 |
| Hex | 99 | DE | 32 | 1F | 0 | 4D | D | 54 | 48 | 35 |
| Octal | 231 | 336 | 62 | 37 | 0 | 115 | 15 | 124 | 110 | 65 |
| Binary | 10011001 | 11011110 | 110010 | 11111 | 0 | 1001101 | 1101 | 1010100 | 1001000 | 110101 |
Color Harmonies of #99DE32
Complementary color
Monochromatic Colors of #99DE32
Black with #99DE32
Text Example
Text Example
White with #99DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DE32; }
p { color: rgb(153,222,50); }
H1.HeaderClassName
{
color: #99DE32;
}
.AnyTagClassName
{
color: #99DE32;
}
</style>
background-color css
<style>
a { background-color: #99DE32; }
a { background-color: rgb(153,222,50); }
div.DivClassName
{
background-color: #99DE32;
}
.BgClassName
{
background-color: #99DE32;
}
</style>
border-color css
<style>
span { border-color: #99DE32; }
span { border-color: rgb(153,222,50); }
td.TdClassName
{
border-color: #99DE32;
}
.TagClassName
{
border-color: #99DE32;
}
</style>