Shades of Atlantis #99C551
Tints of Atlantis #99C551
RGB
CMYK
RGB Variations
Color information
#99C551 (or 0x99C551) is known color: Atlantis. HEX triplet: 99, C5 and 51. RGB value is (153,197,81). Sum of RGB (Red+Green+Blue) = 153+197+81=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 81 (32.03% from 255 or 18.79% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #99C551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C551 is #663AAE. Grayscale: #ABABAB. Windows color (decimal): -6699695 or 5359001. OLE color: 5359001.
HSL color Cylindrical-coordinate representation of color #99C551: hue angle of 82.76º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99C551 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 197 | 81 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.23 |
| HSL | 82.76º | 0.5% | 0.55% | - |
| HSV(B) | 82.76º | 0.59% | 0.77% | - |
| XYZ | 34.59 | 47.3 | 15.09 | - |
| YUV | 170.62 | 77.42 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 81 | 0.22 | 0 | 0.59 | 0.23 | 82.76 | 0.5 | 0.55 |
| Hex | 99 | C5 | 51 | 16 | 0 | 3B | 17 | 53 | 32 | 37 |
| Octal | 231 | 305 | 121 | 26 | 0 | 73 | 27 | 123 | 62 | 67 |
| Binary | 10011001 | 11000101 | 1010001 | 10110 | 0 | 111011 | 10111 | 1010011 | 110010 | 110111 |
Color Harmonies of #99C551
Complementary color
Monochromatic Colors of #99C551
Black with #99C551
Text Example
Text Example
White with #99C551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C551; }
p { color: rgb(153,197,81); }
H1.HeaderClassName
{
color: #99C551;
}
.AnyTagClassName
{
color: #99C551;
}
</style>
background-color css
<style>
a { background-color: #99C551; }
a { background-color: rgb(153,197,81); }
div.DivClassName
{
background-color: #99C551;
}
.BgClassName
{
background-color: #99C551;
}
</style>
border-color css
<style>
span { border-color: #99C551; }
span { border-color: rgb(153,197,81); }
td.TdClassName
{
border-color: #99C551;
}
.TagClassName
{
border-color: #99C551;
}
</style>