Shades of Atlantis #99CF51
Tints of Atlantis #99CF51
RGB
CMYK
RGB Variations
Color information
#99CF51 (or 0x99CF51) is known color: Atlantis. HEX triplet: 99, CF and 51. RGB value is (153,207,81). Sum of RGB (Red+Green+Blue) = 153+207+81=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF51 is #6630AE. Grayscale: #B0B0B0. Windows color (decimal): -6697135 or 5361561. OLE color: 5361561.
HSL color Cylindrical-coordinate representation of color #99CF51: hue angle of 85.71º degrees, saturation: 0.57, 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 #99CF51 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 81 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.19 |
| HSL | 85.71º | 0.57% | 0.56% | - |
| HSV(B) | 85.71º | 0.61% | 0.81% | - |
| XYZ | 36.93 | 51.99 | 15.87 | - |
| YUV | 176.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 81 | 0.26 | 0 | 0.61 | 0.19 | 85.71 | 0.57 | 0.56 |
| Hex | 99 | CF | 51 | 1A | 0 | 3D | 13 | 56 | 39 | 38 |
| Octal | 231 | 317 | 121 | 32 | 0 | 75 | 23 | 126 | 71 | 70 |
| Binary | 10011001 | 11001111 | 1010001 | 11010 | 0 | 111101 | 10011 | 1010110 | 111001 | 111000 |
Color Harmonies of #99CF51
Complementary color
Monochromatic Colors of #99CF51
Black with #99CF51
Text Example
Text Example
White with #99CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF51; }
p { color: rgb(153,207,81); }
H1.HeaderClassName
{
color: #99CF51;
}
.AnyTagClassName
{
color: #99CF51;
}
</style>
background-color css
<style>
a { background-color: #99CF51; }
a { background-color: rgb(153,207,81); }
div.DivClassName
{
background-color: #99CF51;
}
.BgClassName
{
background-color: #99CF51;
}
</style>
border-color css
<style>
span { border-color: #99CF51; }
span { border-color: rgb(153,207,81); }
td.TdClassName
{
border-color: #99CF51;
}
.TagClassName
{
border-color: #99CF51;
}
</style>