Shades of Atlantis #96DD4D
Tints of Atlantis #96DD4D
RGB
CMYK
RGB Variations
Color information
#96DD4D (or 0x96DD4D) is known color: Atlantis. HEX triplet: 96, DD and 4D. RGB value is (150,221,77). Sum of RGB (Red+Green+Blue) = 150+221+77=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DD4D is #6922B2. Grayscale: #B7B7B7. Windows color (decimal): -6890163 or 5102998. OLE color: 5102998.
HSL color Cylindrical-coordinate representation of color #96DD4D: hue angle of 89.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96DD4D is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 77 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.13 |
| HSL | 89.58º | 0.68% | 0.58% | - |
| HSV(B) | 89.58º | 0.65% | 0.87% | - |
| XYZ | 39.77 | 58.73 | 16.26 | - |
| YUV | 183.36 | 67.98 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 77 | 0.32 | 0 | 0.65 | 0.13 | 89.58 | 0.68 | 0.58 |
| Hex | 96 | DD | 4D | 20 | 0 | 41 | D | 5A | 44 | 3A |
| Octal | 226 | 335 | 115 | 40 | 0 | 101 | 15 | 132 | 104 | 72 |
| Binary | 10010110 | 11011101 | 1001101 | 100000 | 0 | 1000001 | 1101 | 1011010 | 1000100 | 111010 |
Color Harmonies of #96DD4D
Complementary color
Monochromatic Colors of #96DD4D
Black with #96DD4D
Text Example
Text Example
White with #96DD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD4D; }
p { color: rgb(150,221,77); }
H1.HeaderClassName
{
color: #96DD4D;
}
.AnyTagClassName
{
color: #96DD4D;
}
</style>
background-color css
<style>
a { background-color: #96DD4D; }
a { background-color: rgb(150,221,77); }
div.DivClassName
{
background-color: #96DD4D;
}
.BgClassName
{
background-color: #96DD4D;
}
</style>
border-color css
<style>
span { border-color: #96DD4D; }
span { border-color: rgb(150,221,77); }
td.TdClassName
{
border-color: #96DD4D;
}
.TagClassName
{
border-color: #96DD4D;
}
</style>