Shades of Atlantis #99CF55
Tints of Atlantis #99CF55
RGB
CMYK
RGB Variations
Color information
#99CF55 (or 0x99CF55) is known color: Atlantis. HEX triplet: 99, CF and 55. RGB value is (153,207,85). Sum of RGB (Red+Green+Blue) = 153+207+85=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF55 is #6630AA. Grayscale: #B1B1B1. Windows color (decimal): -6697131 or 5623705. OLE color: 5623705.
HSL color Cylindrical-coordinate representation of color #99CF55: hue angle of 86.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99CF55 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 85 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.19 |
| HSL | 86.56º | 0.56% | 0.57% | - |
| HSV(B) | 86.56º | 0.59% | 0.81% | - |
| XYZ | 37.09 | 52.05 | 16.69 | - |
| YUV | 176.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 85 | 0.26 | 0 | 0.59 | 0.19 | 86.56 | 0.56 | 0.57 |
| Hex | 99 | CF | 55 | 1A | 0 | 3B | 13 | 57 | 38 | 39 |
| Octal | 231 | 317 | 125 | 32 | 0 | 73 | 23 | 127 | 70 | 71 |
| Binary | 10011001 | 11001111 | 1010101 | 11010 | 0 | 111011 | 10011 | 1010111 | 111000 | 111001 |
Color Harmonies of #99CF55
Complementary color
Monochromatic Colors of #99CF55
Black with #99CF55
Text Example
Text Example
White with #99CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF55; }
p { color: rgb(153,207,85); }
H1.HeaderClassName
{
color: #99CF55;
}
.AnyTagClassName
{
color: #99CF55;
}
</style>
background-color css
<style>
a { background-color: #99CF55; }
a { background-color: rgb(153,207,85); }
div.DivClassName
{
background-color: #99CF55;
}
.BgClassName
{
background-color: #99CF55;
}
</style>
border-color css
<style>
span { border-color: #99CF55; }
span { border-color: rgb(153,207,85); }
td.TdClassName
{
border-color: #99CF55;
}
.TagClassName
{
border-color: #99CF55;
}
</style>