Shades of Atlantis #99DB40
Tints of Atlantis #99DB40
RGB
CMYK
RGB Variations
Color information
#99DB40 (or 0x99DB40) is known color: Atlantis. HEX triplet: 99, DB and 40. RGB value is (153,219,64). Sum of RGB (Red+Green+Blue) = 153+219+64=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DB40 is #6624BF. Grayscale: #B6B6B6. Windows color (decimal): -6694080 or 4250521. OLE color: 4250521.
HSL color Cylindrical-coordinate representation of color #99DB40: hue angle of 85.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99DB40 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 64 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.14 |
| HSL | 85.55º | 0.68% | 0.55% | - |
| HSV(B) | 85.55º | 0.71% | 0.86% | - |
| XYZ | 39.39 | 57.81 | 13.93 | - |
| YUV | 181.6 | 61.63 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 64 | 0.30 | 0 | 0.71 | 0.14 | 85.55 | 0.68 | 0.55 |
| Hex | 99 | DB | 40 | 1E | 0 | 47 | E | 56 | 44 | 37 |
| Octal | 231 | 333 | 100 | 36 | 0 | 107 | 16 | 126 | 104 | 67 |
| Binary | 10011001 | 11011011 | 1000000 | 11110 | 0 | 1000111 | 1110 | 1010110 | 1000100 | 110111 |
Color Harmonies of #99DB40
Complementary color
Monochromatic Colors of #99DB40
Black with #99DB40
Text Example
Text Example
White with #99DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB40; }
p { color: rgb(153,219,64); }
H1.HeaderClassName
{
color: #99DB40;
}
.AnyTagClassName
{
color: #99DB40;
}
</style>
background-color css
<style>
a { background-color: #99DB40; }
a { background-color: rgb(153,219,64); }
div.DivClassName
{
background-color: #99DB40;
}
.BgClassName
{
background-color: #99DB40;
}
</style>
border-color css
<style>
span { border-color: #99DB40; }
span { border-color: rgb(153,219,64); }
td.TdClassName
{
border-color: #99DB40;
}
.TagClassName
{
border-color: #99DB40;
}
</style>