Shades of Atlantis #99CE58
Tints of Atlantis #99CE58
RGB
CMYK
RGB Variations
Color information
#99CE58 (or 0x99CE58) is known color: Atlantis. HEX triplet: 99, CE and 58. RGB value is (153,206,88). Sum of RGB (Red+Green+Blue) = 153+206+88=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE58 is #6631A7. Grayscale: #B1B1B1. Windows color (decimal): -6697384 or 5820057. OLE color: 5820057.
HSL color Cylindrical-coordinate representation of color #99CE58: hue angle of 86.95º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99CE58 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 88 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.19 |
| HSL | 86.95º | 0.55% | 0.58% | - |
| HSV(B) | 86.95º | 0.57% | 0.81% | - |
| XYZ | 36.97 | 51.62 | 17.25 | - |
| YUV | 176.7 | 77.94 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 88 | 0.26 | 0 | 0.57 | 0.19 | 86.95 | 0.55 | 0.58 |
| Hex | 99 | CE | 58 | 1A | 0 | 39 | 13 | 57 | 37 | 3A |
| Octal | 231 | 316 | 130 | 32 | 0 | 71 | 23 | 127 | 67 | 72 |
| Binary | 10011001 | 11001110 | 1011000 | 11010 | 0 | 111001 | 10011 | 1010111 | 110111 | 111010 |
Color Harmonies of #99CE58
Complementary color
Monochromatic Colors of #99CE58
Black with #99CE58
Text Example
Text Example
White with #99CE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE58; }
p { color: rgb(153,206,88); }
H1.HeaderClassName
{
color: #99CE58;
}
.AnyTagClassName
{
color: #99CE58;
}
</style>
background-color css
<style>
a { background-color: #99CE58; }
a { background-color: rgb(153,206,88); }
div.DivClassName
{
background-color: #99CE58;
}
.BgClassName
{
background-color: #99CE58;
}
</style>
border-color css
<style>
span { border-color: #99CE58; }
span { border-color: rgb(153,206,88); }
td.TdClassName
{
border-color: #99CE58;
}
.TagClassName
{
border-color: #99CE58;
}
</style>