Shades of Atlantis #99CD49
Tints of Atlantis #99CD49
RGB
CMYK
RGB Variations
Color information
#99CD49 (or 0x99CD49) is known color: Atlantis. HEX triplet: 99, CD and 49. RGB value is (153,205,73). Sum of RGB (Red+Green+Blue) = 153+205+73=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CD49 is #6632B6. Grayscale: #AEAEAE. Windows color (decimal): -6697655 or 4836761. OLE color: 4836761.
HSL color Cylindrical-coordinate representation of color #99CD49: hue angle of 83.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99CD49 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 205 | 73 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.20 |
| HSL | 83.64º | 0.57% | 0.55% | - |
| HSV(B) | 83.64º | 0.64% | 0.8% | - |
| XYZ | 36.17 | 50.92 | 14.22 | - |
| YUV | 174.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 73 | 0.25 | 0 | 0.64 | 0.20 | 83.64 | 0.57 | 0.55 |
| Hex | 99 | CD | 49 | 19 | 0 | 40 | 14 | 54 | 39 | 37 |
| Octal | 231 | 315 | 111 | 31 | 0 | 100 | 24 | 124 | 71 | 67 |
| Binary | 10011001 | 11001101 | 1001001 | 11001 | 0 | 1000000 | 10100 | 1010100 | 111001 | 110111 |
Color Harmonies of #99CD49
Complementary color
Monochromatic Colors of #99CD49
Black with #99CD49
Text Example
Text Example
White with #99CD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CD49; }
p { color: rgb(153,205,73); }
H1.HeaderClassName
{
color: #99CD49;
}
.AnyTagClassName
{
color: #99CD49;
}
</style>
background-color css
<style>
a { background-color: #99CD49; }
a { background-color: rgb(153,205,73); }
div.DivClassName
{
background-color: #99CD49;
}
.BgClassName
{
background-color: #99CD49;
}
</style>
border-color css
<style>
span { border-color: #99CD49; }
span { border-color: rgb(153,205,73); }
td.TdClassName
{
border-color: #99CD49;
}
.TagClassName
{
border-color: #99CD49;
}
</style>