Shades of Atlantis #99D736
Tints of Atlantis #99D736
RGB
CMYK
RGB Variations
Color information
#99D736 (or 0x99D736) is known color: Atlantis. HEX triplet: 99, D7 and 36. RGB value is (153,215,54). Sum of RGB (Red+Green+Blue) = 153+215+54=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #99D736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D736 is #6628C9. Grayscale: #B2B2B2. Windows color (decimal): -6695114 or 3594137. OLE color: 3594137.
HSL color Cylindrical-coordinate representation of color #99D736: hue angle of 83.11º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99D736 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 54 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.16 |
| HSL | 83.11º | 0.67% | 0.53% | - |
| HSV(B) | 83.11º | 0.75% | 0.84% | - |
| XYZ | 38.1 | 55.64 | 12.22 | - |
| YUV | 178.11 | 57.96 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 54 | 0.29 | 0 | 0.75 | 0.16 | 83.11 | 0.67 | 0.53 |
| Hex | 99 | D7 | 36 | 1D | 0 | 4B | 10 | 53 | 43 | 35 |
| Octal | 231 | 327 | 66 | 35 | 0 | 113 | 20 | 123 | 103 | 65 |
| Binary | 10011001 | 11010111 | 110110 | 11101 | 0 | 1001011 | 10000 | 1010011 | 1000011 | 110101 |
Color Harmonies of #99D736
Complementary color
Monochromatic Colors of #99D736
Black with #99D736
Text Example
Text Example
White with #99D736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D736; }
p { color: rgb(153,215,54); }
H1.HeaderClassName
{
color: #99D736;
}
.AnyTagClassName
{
color: #99D736;
}
</style>
background-color css
<style>
a { background-color: #99D736; }
a { background-color: rgb(153,215,54); }
div.DivClassName
{
background-color: #99D736;
}
.BgClassName
{
background-color: #99D736;
}
</style>
border-color css
<style>
span { border-color: #99D736; }
span { border-color: rgb(153,215,54); }
td.TdClassName
{
border-color: #99D736;
}
.TagClassName
{
border-color: #99D736;
}
</style>