Shades of Atlantis #99DB47
Tints of Atlantis #99DB47
RGB
CMYK
RGB Variations
Color information
#99DB47 (or 0x99DB47) is known color: Atlantis. HEX triplet: 99, DB and 47. RGB value is (153,219,71). Sum of RGB (Red+Green+Blue) = 153+219+71=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DB47 is #6624B8. Grayscale: #B6B6B6. Windows color (decimal): -6694073 or 4709273. OLE color: 4709273.
HSL color Cylindrical-coordinate representation of color #99DB47: hue angle of 86.76º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #99DB47 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 71 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.14 |
| HSL | 86.76º | 0.67% | 0.57% | - |
| HSV(B) | 86.76º | 0.68% | 0.86% | - |
| XYZ | 39.61 | 57.89 | 15.05 | - |
| YUV | 182.39 | 65.13 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 71 | 0.30 | 0 | 0.68 | 0.14 | 86.76 | 0.67 | 0.57 |
| Hex | 99 | DB | 47 | 1E | 0 | 44 | E | 57 | 43 | 39 |
| Octal | 231 | 333 | 107 | 36 | 0 | 104 | 16 | 127 | 103 | 71 |
| Binary | 10011001 | 11011011 | 1000111 | 11110 | 0 | 1000100 | 1110 | 1010111 | 1000011 | 111001 |
Color Harmonies of #99DB47
Complementary color
Monochromatic Colors of #99DB47
Black with #99DB47
Text Example
Text Example
White with #99DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB47; }
p { color: rgb(153,219,71); }
H1.HeaderClassName
{
color: #99DB47;
}
.AnyTagClassName
{
color: #99DB47;
}
</style>
background-color css
<style>
a { background-color: #99DB47; }
a { background-color: rgb(153,219,71); }
div.DivClassName
{
background-color: #99DB47;
}
.BgClassName
{
background-color: #99DB47;
}
</style>
border-color css
<style>
span { border-color: #99DB47; }
span { border-color: rgb(153,219,71); }
td.TdClassName
{
border-color: #99DB47;
}
.TagClassName
{
border-color: #99DB47;
}
</style>