Shades of Atlantis #99CF53
Tints of Atlantis #99CF53
RGB
CMYK
RGB Variations
Color information
#99CF53 (or 0x99CF53) is known color: Atlantis. HEX triplet: 99, CF and 53. RGB value is (153,207,83). Sum of RGB (Red+Green+Blue) = 153+207+83=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF53 is #6630AC. Grayscale: #B1B1B1. Windows color (decimal): -6697133 or 5492633. OLE color: 5492633.
HSL color Cylindrical-coordinate representation of color #99CF53: hue angle of 86.13º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99CF53 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 83 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.19 |
| HSL | 86.13º | 0.56% | 0.57% | - |
| HSV(B) | 86.13º | 0.6% | 0.81% | - |
| XYZ | 37.01 | 52.02 | 16.27 | - |
| YUV | 176.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 83 | 0.26 | 0 | 0.60 | 0.19 | 86.13 | 0.56 | 0.57 |
| Hex | 99 | CF | 53 | 1A | 0 | 3C | 13 | 56 | 38 | 39 |
| Octal | 231 | 317 | 123 | 32 | 0 | 74 | 23 | 126 | 70 | 71 |
| Binary | 10011001 | 11001111 | 1010011 | 11010 | 0 | 111100 | 10011 | 1010110 | 111000 | 111001 |
Color Harmonies of #99CF53
Complementary color
Monochromatic Colors of #99CF53
Black with #99CF53
Text Example
Text Example
White with #99CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF53; }
p { color: rgb(153,207,83); }
H1.HeaderClassName
{
color: #99CF53;
}
.AnyTagClassName
{
color: #99CF53;
}
</style>
background-color css
<style>
a { background-color: #99CF53; }
a { background-color: rgb(153,207,83); }
div.DivClassName
{
background-color: #99CF53;
}
.BgClassName
{
background-color: #99CF53;
}
</style>
border-color css
<style>
span { border-color: #99CF53; }
span { border-color: rgb(153,207,83); }
td.TdClassName
{
border-color: #99CF53;
}
.TagClassName
{
border-color: #99CF53;
}
</style>