Shades of Atlantis #99DB39
Tints of Atlantis #99DB39
RGB
CMYK
RGB Variations
Color information
#99DB39 (or 0x99DB39) is known color: Atlantis. HEX triplet: 99, DB and 39. RGB value is (153,219,57). Sum of RGB (Red+Green+Blue) = 153+219+57=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 57 (22.66% from 255 or 13.29% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DB39 is #6624C6. Grayscale: #B5B5B5. Windows color (decimal): -6694087 or 3791769. OLE color: 3791769.
HSL color Cylindrical-coordinate representation of color #99DB39: hue angle of 84.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99DB39 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 57 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.14 |
| HSL | 84.44º | 0.69% | 0.54% | - |
| HSV(B) | 84.44º | 0.74% | 0.86% | - |
| XYZ | 39.21 | 57.73 | 12.95 | - |
| YUV | 180.8 | 58.13 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 57 | 0.30 | 0 | 0.74 | 0.14 | 84.44 | 0.69 | 0.54 |
| Hex | 99 | DB | 39 | 1E | 0 | 4A | E | 54 | 45 | 36 |
| Octal | 231 | 333 | 71 | 36 | 0 | 112 | 16 | 124 | 105 | 66 |
| Binary | 10011001 | 11011011 | 111001 | 11110 | 0 | 1001010 | 1110 | 1010100 | 1000101 | 110110 |
Color Harmonies of #99DB39
Complementary color
Monochromatic Colors of #99DB39
Black with #99DB39
Text Example
Text Example
White with #99DB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB39; }
p { color: rgb(153,219,57); }
H1.HeaderClassName
{
color: #99DB39;
}
.AnyTagClassName
{
color: #99DB39;
}
</style>
background-color css
<style>
a { background-color: #99DB39; }
a { background-color: rgb(153,219,57); }
div.DivClassName
{
background-color: #99DB39;
}
.BgClassName
{
background-color: #99DB39;
}
</style>
border-color css
<style>
span { border-color: #99DB39; }
span { border-color: rgb(153,219,57); }
td.TdClassName
{
border-color: #99DB39;
}
.TagClassName
{
border-color: #99DB39;
}
</style>