Shades of Atlantis #99D439
Tints of Atlantis #99D439
RGB
CMYK
RGB Variations
Color information
#99D439 (or 0x99D439) is known color: Atlantis. HEX triplet: 99, D4 and 39. RGB value is (153,212,57). Sum of RGB (Red+Green+Blue) = 153+212+57=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #99D439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D439 is #662BC6. Grayscale: #B1B1B1. Windows color (decimal): -6695879 or 3789977. OLE color: 3789977.
HSL color Cylindrical-coordinate representation of color #99D439: hue angle of 82.84º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99D439 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 57 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.17 |
| HSL | 82.84º | 0.64% | 0.53% | - |
| HSV(B) | 82.84º | 0.73% | 0.83% | - |
| XYZ | 37.42 | 54.15 | 12.35 | - |
| YUV | 176.69 | 60.45 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 57 | 0.28 | 0 | 0.73 | 0.17 | 82.84 | 0.64 | 0.53 |
| Hex | 99 | D4 | 39 | 1C | 0 | 49 | 11 | 53 | 40 | 35 |
| Octal | 231 | 324 | 71 | 34 | 0 | 111 | 21 | 123 | 100 | 65 |
| Binary | 10011001 | 11010100 | 111001 | 11100 | 0 | 1001001 | 10001 | 1010011 | 1000000 | 110101 |
Color Harmonies of #99D439
Complementary color
Monochromatic Colors of #99D439
Black with #99D439
Text Example
Text Example
White with #99D439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D439; }
p { color: rgb(153,212,57); }
H1.HeaderClassName
{
color: #99D439;
}
.AnyTagClassName
{
color: #99D439;
}
</style>
background-color css
<style>
a { background-color: #99D439; }
a { background-color: rgb(153,212,57); }
div.DivClassName
{
background-color: #99D439;
}
.BgClassName
{
background-color: #99D439;
}
</style>
border-color css
<style>
span { border-color: #99D439; }
span { border-color: rgb(153,212,57); }
td.TdClassName
{
border-color: #99D439;
}
.TagClassName
{
border-color: #99D439;
}
</style>