Shades of Atlantis #99D751
Tints of Atlantis #99D751
RGB
CMYK
RGB Variations
Color information
#99D751 (or 0x99D751) is known color: Atlantis. HEX triplet: 99, D7 and 51. RGB value is (153,215,81). Sum of RGB (Red+Green+Blue) = 153+215+81=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #99D751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D751 is #6628AE. Grayscale: #B5B5B5. Windows color (decimal): -6695087 or 5363609. OLE color: 5363609.
HSL color Cylindrical-coordinate representation of color #99D751: hue angle of 87.76º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99D751 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 81 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.16 |
| HSL | 87.76º | 0.63% | 0.58% | - |
| HSV(B) | 87.76º | 0.62% | 0.84% | - |
| XYZ | 38.92 | 55.97 | 16.54 | - |
| YUV | 181.19 | 71.46 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 81 | 0.29 | 0 | 0.62 | 0.16 | 87.76 | 0.63 | 0.58 |
| Hex | 99 | D7 | 51 | 1D | 0 | 3E | 10 | 58 | 3F | 3A |
| Octal | 231 | 327 | 121 | 35 | 0 | 76 | 20 | 130 | 77 | 72 |
| Binary | 10011001 | 11010111 | 1010001 | 11101 | 0 | 111110 | 10000 | 1011000 | 111111 | 111010 |
Color Harmonies of #99D751
Complementary color
Monochromatic Colors of #99D751
Black with #99D751
Text Example
Text Example
White with #99D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D751; }
p { color: rgb(153,215,81); }
H1.HeaderClassName
{
color: #99D751;
}
.AnyTagClassName
{
color: #99D751;
}
</style>
background-color css
<style>
a { background-color: #99D751; }
a { background-color: rgb(153,215,81); }
div.DivClassName
{
background-color: #99D751;
}
.BgClassName
{
background-color: #99D751;
}
</style>
border-color css
<style>
span { border-color: #99D751; }
span { border-color: rgb(153,215,81); }
td.TdClassName
{
border-color: #99D751;
}
.TagClassName
{
border-color: #99D751;
}
</style>