Shades of Atlantis #99DF39
Tints of Atlantis #99DF39
RGB
CMYK
RGB Variations
Color information
#99DF39 (or 0x99DF39) is known color: Atlantis. HEX triplet: 99, DF and 39. RGB value is (153,223,57). Sum of RGB (Red+Green+Blue) = 153+223+57=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DF39 is #6620C6. Grayscale: #B7B7B7. Windows color (decimal): -6693063 or 3792793. OLE color: 3792793.
HSL color Cylindrical-coordinate representation of color #99DF39: hue angle of 85.3º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99DF39 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 57 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.13 |
| HSL | 85.3º | 0.72% | 0.55% | - |
| HSV(B) | 85.3º | 0.74% | 0.87% | - |
| XYZ | 40.26 | 59.84 | 13.3 | - |
| YUV | 183.15 | 56.81 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 57 | 0.31 | 0 | 0.74 | 0.13 | 85.3 | 0.72 | 0.55 |
| Hex | 99 | DF | 39 | 1F | 0 | 4A | D | 55 | 48 | 37 |
| Octal | 231 | 337 | 71 | 37 | 0 | 112 | 15 | 125 | 110 | 67 |
| Binary | 10011001 | 11011111 | 111001 | 11111 | 0 | 1001010 | 1101 | 1010101 | 1001000 | 110111 |
Color Harmonies of #99DF39
Complementary color
Monochromatic Colors of #99DF39
Black with #99DF39
Text Example
Text Example
White with #99DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF39; }
p { color: rgb(153,223,57); }
H1.HeaderClassName
{
color: #99DF39;
}
.AnyTagClassName
{
color: #99DF39;
}
</style>
background-color css
<style>
a { background-color: #99DF39; }
a { background-color: rgb(153,223,57); }
div.DivClassName
{
background-color: #99DF39;
}
.BgClassName
{
background-color: #99DF39;
}
</style>
border-color css
<style>
span { border-color: #99DF39; }
span { border-color: rgb(153,223,57); }
td.TdClassName
{
border-color: #99DF39;
}
.TagClassName
{
border-color: #99DF39;
}
</style>