Shades of Atlantis #99CE51
Tints of Atlantis #99CE51
RGB
CMYK
RGB Variations
Color information
#99CE51 (or 0x99CE51) is known color: Atlantis. HEX triplet: 99, CE and 51. RGB value is (153,206,81). Sum of RGB (Red+Green+Blue) = 153+206+81=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 81 (32.03% from 255 or 18.41% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CE51 is #6631AE. Grayscale: #B0B0B0. Windows color (decimal): -6697391 or 5361305. OLE color: 5361305.
HSL color Cylindrical-coordinate representation of color #99CE51: hue angle of 85.44º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99CE51 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 81 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.19 |
| HSL | 85.44º | 0.56% | 0.56% | - |
| HSV(B) | 85.44º | 0.61% | 0.81% | - |
| XYZ | 36.69 | 51.51 | 15.79 | - |
| YUV | 175.9 | 74.44 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 81 | 0.26 | 0 | 0.61 | 0.19 | 85.44 | 0.56 | 0.56 |
| Hex | 99 | CE | 51 | 1A | 0 | 3D | 13 | 55 | 38 | 38 |
| Octal | 231 | 316 | 121 | 32 | 0 | 75 | 23 | 125 | 70 | 70 |
| Binary | 10011001 | 11001110 | 1010001 | 11010 | 0 | 111101 | 10011 | 1010101 | 111000 | 111000 |
Color Harmonies of #99CE51
Complementary color
Monochromatic Colors of #99CE51
Black with #99CE51
Text Example
Text Example
White with #99CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE51; }
p { color: rgb(153,206,81); }
H1.HeaderClassName
{
color: #99CE51;
}
.AnyTagClassName
{
color: #99CE51;
}
</style>
background-color css
<style>
a { background-color: #99CE51; }
a { background-color: rgb(153,206,81); }
div.DivClassName
{
background-color: #99CE51;
}
.BgClassName
{
background-color: #99CE51;
}
</style>
border-color css
<style>
span { border-color: #99CE51; }
span { border-color: rgb(153,206,81); }
td.TdClassName
{
border-color: #99CE51;
}
.TagClassName
{
border-color: #99CE51;
}
</style>