Shades of Atlantis #99CE56
Tints of Atlantis #99CE56
RGB
CMYK
RGB Variations
Color information
#99CE56 (or 0x99CE56) is known color: Atlantis. HEX triplet: 99, CE and 56. RGB value is (153,206,86). Sum of RGB (Red+Green+Blue) = 153+206+86=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE56 is #6631A9. Grayscale: #B0B0B0. Windows color (decimal): -6697386 or 5688985. OLE color: 5688985.
HSL color Cylindrical-coordinate representation of color #99CE56: hue angle of 86.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99CE56 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 86 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.19 |
| HSL | 86.5º | 0.55% | 0.57% | - |
| HSV(B) | 86.5º | 0.58% | 0.81% | - |
| XYZ | 36.89 | 51.59 | 16.82 | - |
| YUV | 176.47 | 76.94 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 86 | 0.26 | 0 | 0.58 | 0.19 | 86.5 | 0.55 | 0.57 |
| Hex | 99 | CE | 56 | 1A | 0 | 3A | 13 | 56 | 37 | 39 |
| Octal | 231 | 316 | 126 | 32 | 0 | 72 | 23 | 126 | 67 | 71 |
| Binary | 10011001 | 11001110 | 1010110 | 11010 | 0 | 111010 | 10011 | 1010110 | 110111 | 111001 |
Color Harmonies of #99CE56
Complementary color
Monochromatic Colors of #99CE56
Black with #99CE56
Text Example
Text Example
White with #99CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE56; }
p { color: rgb(153,206,86); }
H1.HeaderClassName
{
color: #99CE56;
}
.AnyTagClassName
{
color: #99CE56;
}
</style>
background-color css
<style>
a { background-color: #99CE56; }
a { background-color: rgb(153,206,86); }
div.DivClassName
{
background-color: #99CE56;
}
.BgClassName
{
background-color: #99CE56;
}
</style>
border-color css
<style>
span { border-color: #99CE56; }
span { border-color: rgb(153,206,86); }
td.TdClassName
{
border-color: #99CE56;
}
.TagClassName
{
border-color: #99CE56;
}
</style>