Shades of Atlantis #99D552
Tints of Atlantis #99D552
RGB
CMYK
RGB Variations
Color information
#99D552 (or 0x99D552) is known color: Atlantis. HEX triplet: 99, D5 and 52. RGB value is (153,213,82). Sum of RGB (Red+Green+Blue) = 153+213+82=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #99D552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D552 is #662AAD. Grayscale: #B4B4B4. Windows color (decimal): -6695598 or 5428633. OLE color: 5428633.
HSL color Cylindrical-coordinate representation of color #99D552: hue angle of 87.48º degrees, saturation: 0.61, 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 #99D552 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 82 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.16 |
| HSL | 87.48º | 0.61% | 0.58% | - |
| HSV(B) | 87.48º | 0.62% | 0.84% | - |
| XYZ | 38.45 | 54.97 | 16.57 | - |
| YUV | 180.13 | 72.62 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 82 | 0.28 | 0 | 0.62 | 0.16 | 87.48 | 0.61 | 0.58 |
| Hex | 99 | D5 | 52 | 1C | 0 | 3E | 10 | 57 | 3D | 3A |
| Octal | 231 | 325 | 122 | 34 | 0 | 76 | 20 | 127 | 75 | 72 |
| Binary | 10011001 | 11010101 | 1010010 | 11100 | 0 | 111110 | 10000 | 1010111 | 111101 | 111010 |
Color Harmonies of #99D552
Complementary color
Monochromatic Colors of #99D552
Black with #99D552
Text Example
Text Example
White with #99D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D552; }
p { color: rgb(153,213,82); }
H1.HeaderClassName
{
color: #99D552;
}
.AnyTagClassName
{
color: #99D552;
}
</style>
background-color css
<style>
a { background-color: #99D552; }
a { background-color: rgb(153,213,82); }
div.DivClassName
{
background-color: #99D552;
}
.BgClassName
{
background-color: #99D552;
}
</style>
border-color css
<style>
span { border-color: #99D552; }
span { border-color: rgb(153,213,82); }
td.TdClassName
{
border-color: #99D552;
}
.TagClassName
{
border-color: #99D552;
}
</style>