Shades of Atlantis #99D050
Tints of Atlantis #99D050
RGB
CMYK
RGB Variations
Color information
#99D050 (or 0x99D050) is known color: Atlantis. HEX triplet: 99, D0 and 50. RGB value is (153,208,80). Sum of RGB (Red+Green+Blue) = 153+208+80=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #99D050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D050 is #662FAF. Grayscale: #B1B1B1. Windows color (decimal): -6696880 or 5296281. OLE color: 5296281.
HSL color Cylindrical-coordinate representation of color #99D050: hue angle of 85.78º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99D050 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 80 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.18 |
| HSL | 85.78º | 0.58% | 0.56% | - |
| HSV(B) | 85.78º | 0.62% | 0.82% | - |
| XYZ | 37.14 | 52.46 | 15.76 | - |
| YUV | 176.96 | 73.28 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 80 | 0.26 | 0 | 0.62 | 0.18 | 85.78 | 0.58 | 0.56 |
| Hex | 99 | D0 | 50 | 1A | 0 | 3E | 12 | 56 | 3A | 38 |
| Octal | 231 | 320 | 120 | 32 | 0 | 76 | 22 | 126 | 72 | 70 |
| Binary | 10011001 | 11010000 | 1010000 | 11010 | 0 | 111110 | 10010 | 1010110 | 111010 | 111000 |
Color Harmonies of #99D050
Complementary color
Monochromatic Colors of #99D050
Black with #99D050
Text Example
Text Example
White with #99D050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D050; }
p { color: rgb(153,208,80); }
H1.HeaderClassName
{
color: #99D050;
}
.AnyTagClassName
{
color: #99D050;
}
</style>
background-color css
<style>
a { background-color: #99D050; }
a { background-color: rgb(153,208,80); }
div.DivClassName
{
background-color: #99D050;
}
.BgClassName
{
background-color: #99D050;
}
</style>
border-color css
<style>
span { border-color: #99D050; }
span { border-color: rgb(153,208,80); }
td.TdClassName
{
border-color: #99D050;
}
.TagClassName
{
border-color: #99D050;
}
</style>