Shades of Atlantis #99CD4C
Tints of Atlantis #99CD4C
RGB
CMYK
RGB Variations
Color information
#99CD4C (or 0x99CD4C) is known color: Atlantis. HEX triplet: 99, CD and 4C. RGB value is (153,205,76). Sum of RGB (Red+Green+Blue) = 153+205+76=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CD4C is #6632B3. Grayscale: #AFAFAF. Windows color (decimal): -6697652 or 5033369. OLE color: 5033369.
HSL color Cylindrical-coordinate representation of color #99CD4C: hue angle of 84.19º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99CD4C is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 205 | 76 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.20 |
| HSL | 84.19º | 0.56% | 0.55% | - |
| HSV(B) | 84.19º | 0.63% | 0.8% | - |
| XYZ | 36.27 | 50.96 | 14.76 | - |
| YUV | 174.75 | 72.27 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 76 | 0.25 | 0 | 0.63 | 0.20 | 84.19 | 0.56 | 0.55 |
| Hex | 99 | CD | 4C | 19 | 0 | 3F | 14 | 54 | 38 | 37 |
| Octal | 231 | 315 | 114 | 31 | 0 | 77 | 24 | 124 | 70 | 67 |
| Binary | 10011001 | 11001101 | 1001100 | 11001 | 0 | 111111 | 10100 | 1010100 | 111000 | 110111 |
Color Harmonies of #99CD4C
Complementary color
Monochromatic Colors of #99CD4C
Black with #99CD4C
Text Example
Text Example
White with #99CD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CD4C; }
p { color: rgb(153,205,76); }
H1.HeaderClassName
{
color: #99CD4C;
}
.AnyTagClassName
{
color: #99CD4C;
}
</style>
background-color css
<style>
a { background-color: #99CD4C; }
a { background-color: rgb(153,205,76); }
div.DivClassName
{
background-color: #99CD4C;
}
.BgClassName
{
background-color: #99CD4C;
}
</style>
border-color css
<style>
span { border-color: #99CD4C; }
span { border-color: rgb(153,205,76); }
td.TdClassName
{
border-color: #99CD4C;
}
.TagClassName
{
border-color: #99CD4C;
}
</style>