Shades of Atlantis #99DF3C
Tints of Atlantis #99DF3C
RGB
CMYK
RGB Variations
Color information
#99DF3C (or 0x99DF3C) is known color: Atlantis. HEX triplet: 99, DF and 3C. RGB value is (153,223,60). Sum of RGB (Red+Green+Blue) = 153+223+60=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DF3C is #6620C3. Grayscale: #B8B8B8. Windows color (decimal): -6693060 or 3989401. OLE color: 3989401.
HSL color Cylindrical-coordinate representation of color #99DF3C: hue angle of 85.77º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99DF3C is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 60 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.13 |
| HSL | 85.77º | 0.72% | 0.55% | - |
| HSV(B) | 85.77º | 0.73% | 0.87% | - |
| XYZ | 40.34 | 59.87 | 13.71 | - |
| YUV | 183.49 | 58.31 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 60 | 0.31 | 0 | 0.73 | 0.13 | 85.77 | 0.72 | 0.55 |
| Hex | 99 | DF | 3C | 1F | 0 | 49 | D | 56 | 48 | 37 |
| Octal | 231 | 337 | 74 | 37 | 0 | 111 | 15 | 126 | 110 | 67 |
| Binary | 10011001 | 11011111 | 111100 | 11111 | 0 | 1001001 | 1101 | 1010110 | 1001000 | 110111 |
Color Harmonies of #99DF3C
Complementary color
Monochromatic Colors of #99DF3C
Black with #99DF3C
Text Example
Text Example
White with #99DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF3C; }
p { color: rgb(153,223,60); }
H1.HeaderClassName
{
color: #99DF3C;
}
.AnyTagClassName
{
color: #99DF3C;
}
</style>
background-color css
<style>
a { background-color: #99DF3C; }
a { background-color: rgb(153,223,60); }
div.DivClassName
{
background-color: #99DF3C;
}
.BgClassName
{
background-color: #99DF3C;
}
</style>
border-color css
<style>
span { border-color: #99DF3C; }
span { border-color: rgb(153,223,60); }
td.TdClassName
{
border-color: #99DF3C;
}
.TagClassName
{
border-color: #99DF3C;
}
</style>