Shades of Atlantis #99D255
Tints of Atlantis #99D255
RGB
CMYK
RGB Variations
Color information
#99D255 (or 0x99D255) is known color: Atlantis. HEX triplet: 99, D2 and 55. RGB value is (153,210,85). Sum of RGB (Red+Green+Blue) = 153+210+85=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #99D255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D255 is #662DAA. Grayscale: #B3B3B3. Windows color (decimal): -6696363 or 5624473. OLE color: 5624473.
HSL color Cylindrical-coordinate representation of color #99D255: hue angle of 87.36º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99D255 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 85 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.18 |
| HSL | 87.36º | 0.58% | 0.58% | - |
| HSV(B) | 87.36º | 0.6% | 0.82% | - |
| XYZ | 37.82 | 53.52 | 16.93 | - |
| YUV | 178.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 85 | 0.27 | 0 | 0.60 | 0.18 | 87.36 | 0.58 | 0.58 |
| Hex | 99 | D2 | 55 | 1B | 0 | 3C | 12 | 57 | 3A | 3A |
| Octal | 231 | 322 | 125 | 33 | 0 | 74 | 22 | 127 | 72 | 72 |
| Binary | 10011001 | 11010010 | 1010101 | 11011 | 0 | 111100 | 10010 | 1010111 | 111010 | 111010 |
Color Harmonies of #99D255
Complementary color
Monochromatic Colors of #99D255
Black with #99D255
Text Example
Text Example
White with #99D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D255; }
p { color: rgb(153,210,85); }
H1.HeaderClassName
{
color: #99D255;
}
.AnyTagClassName
{
color: #99D255;
}
</style>
background-color css
<style>
a { background-color: #99D255; }
a { background-color: rgb(153,210,85); }
div.DivClassName
{
background-color: #99D255;
}
.BgClassName
{
background-color: #99D255;
}
</style>
border-color css
<style>
span { border-color: #99D255; }
span { border-color: rgb(153,210,85); }
td.TdClassName
{
border-color: #99D255;
}
.TagClassName
{
border-color: #99D255;
}
</style>