Shades of Atlantis #99D43D
Tints of Atlantis #99D43D
RGB
CMYK
RGB Variations
Color information
#99D43D (or 0x99D43D) is known color: Atlantis. HEX triplet: 99, D4 and 3D. RGB value is (153,212,61). Sum of RGB (Red+Green+Blue) = 153+212+61=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #99D43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D43D is #662BC2. Grayscale: #B1B1B1. Windows color (decimal): -6695875 or 4052121. OLE color: 4052121.
HSL color Cylindrical-coordinate representation of color #99D43D: hue angle of 83.44º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99D43D is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 61 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.17 |
| HSL | 83.44º | 0.64% | 0.54% | - |
| HSV(B) | 83.44º | 0.71% | 0.83% | - |
| XYZ | 37.52 | 54.2 | 12.9 | - |
| YUV | 177.15 | 62.45 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 61 | 0.28 | 0 | 0.71 | 0.17 | 83.44 | 0.64 | 0.54 |
| Hex | 99 | D4 | 3D | 1C | 0 | 47 | 11 | 53 | 40 | 36 |
| Octal | 231 | 324 | 75 | 34 | 0 | 107 | 21 | 123 | 100 | 66 |
| Binary | 10011001 | 11010100 | 111101 | 11100 | 0 | 1000111 | 10001 | 1010011 | 1000000 | 110110 |
Color Harmonies of #99D43D
Complementary color
Monochromatic Colors of #99D43D
Black with #99D43D
Text Example
Text Example
White with #99D43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D43D; }
p { color: rgb(153,212,61); }
H1.HeaderClassName
{
color: #99D43D;
}
.AnyTagClassName
{
color: #99D43D;
}
</style>
background-color css
<style>
a { background-color: #99D43D; }
a { background-color: rgb(153,212,61); }
div.DivClassName
{
background-color: #99D43D;
}
.BgClassName
{
background-color: #99D43D;
}
</style>
border-color css
<style>
span { border-color: #99D43D; }
span { border-color: rgb(153,212,61); }
td.TdClassName
{
border-color: #99D43D;
}
.TagClassName
{
border-color: #99D43D;
}
</style>