Shades of Atlantis #99C751
Tints of Atlantis #99C751
RGB
CMYK
RGB Variations
Color information
#99C751 (or 0x99C751) is known color: Atlantis. HEX triplet: 99, C7 and 51. RGB value is (153,199,81). Sum of RGB (Red+Green+Blue) = 153+199+81=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #99C751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C751 is #6638AE. Grayscale: #ACACAC. Windows color (decimal): -6699183 or 5359513. OLE color: 5359513.
HSL color Cylindrical-coordinate representation of color #99C751: hue angle of 83.39º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99C751 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 199 | 81 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.22 |
| HSL | 83.39º | 0.51% | 0.55% | - |
| HSV(B) | 83.39º | 0.59% | 0.78% | - |
| XYZ | 35.05 | 48.21 | 15.24 | - |
| YUV | 171.79 | 76.76 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 199 | 81 | 0.23 | 0 | 0.59 | 0.22 | 83.39 | 0.51 | 0.55 |
| Hex | 99 | C7 | 51 | 17 | 0 | 3B | 16 | 53 | 33 | 37 |
| Octal | 231 | 307 | 121 | 27 | 0 | 73 | 26 | 123 | 63 | 67 |
| Binary | 10011001 | 11000111 | 1010001 | 10111 | 0 | 111011 | 10110 | 1010011 | 110011 | 110111 |
Color Harmonies of #99C751
Complementary color
Monochromatic Colors of #99C751
Black with #99C751
Text Example
Text Example
White with #99C751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C751; }
p { color: rgb(153,199,81); }
H1.HeaderClassName
{
color: #99C751;
}
.AnyTagClassName
{
color: #99C751;
}
</style>
background-color css
<style>
a { background-color: #99C751; }
a { background-color: rgb(153,199,81); }
div.DivClassName
{
background-color: #99C751;
}
.BgClassName
{
background-color: #99C751;
}
</style>
border-color css
<style>
span { border-color: #99C751; }
span { border-color: rgb(153,199,81); }
td.TdClassName
{
border-color: #99C751;
}
.TagClassName
{
border-color: #99C751;
}
</style>