Shades of Atlantis #99D84D
Tints of Atlantis #99D84D
RGB
CMYK
RGB Variations
Color information
#99D84D (or 0x99D84D) is known color: Atlantis. HEX triplet: 99, D8 and 4D. RGB value is (153,216,77). Sum of RGB (Red+Green+Blue) = 153+216+77=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #99D84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D84D is #6627B2. Grayscale: #B5B5B5. Windows color (decimal): -6694835 or 5101721. OLE color: 5101721.
HSL color Cylindrical-coordinate representation of color #99D84D: hue angle of 87.19º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99D84D is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 77 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.15 |
| HSL | 87.19º | 0.64% | 0.57% | - |
| HSV(B) | 87.19º | 0.64% | 0.85% | - |
| XYZ | 39.03 | 56.42 | 15.85 | - |
| YUV | 181.32 | 69.13 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 77 | 0.29 | 0 | 0.64 | 0.15 | 87.19 | 0.64 | 0.57 |
| Hex | 99 | D8 | 4D | 1D | 0 | 40 | F | 57 | 40 | 39 |
| Octal | 231 | 330 | 115 | 35 | 0 | 100 | 17 | 127 | 100 | 71 |
| Binary | 10011001 | 11011000 | 1001101 | 11101 | 0 | 1000000 | 1111 | 1010111 | 1000000 | 111001 |
Color Harmonies of #99D84D
Complementary color
Monochromatic Colors of #99D84D
Black with #99D84D
Text Example
Text Example
White with #99D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D84D; }
p { color: rgb(153,216,77); }
H1.HeaderClassName
{
color: #99D84D;
}
.AnyTagClassName
{
color: #99D84D;
}
</style>
background-color css
<style>
a { background-color: #99D84D; }
a { background-color: rgb(153,216,77); }
div.DivClassName
{
background-color: #99D84D;
}
.BgClassName
{
background-color: #99D84D;
}
</style>
border-color css
<style>
span { border-color: #99D84D; }
span { border-color: rgb(153,216,77); }
td.TdClassName
{
border-color: #99D84D;
}
.TagClassName
{
border-color: #99D84D;
}
</style>