Shades of Atlantis #96DB4E
Tints of Atlantis #96DB4E
RGB
CMYK
RGB Variations
Color information
#96DB4E (or 0x96DB4E) is known color: Atlantis. HEX triplet: 96, DB and 4E. RGB value is (150,219,78). Sum of RGB (Red+Green+Blue) = 150+219+78=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DB4E is #6924B1. Grayscale: #B6B6B6. Windows color (decimal): -6890674 or 5168022. OLE color: 5168022.
HSL color Cylindrical-coordinate representation of color #96DB4E: hue angle of 89.36º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96DB4E is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 78 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.14 |
| HSL | 89.36º | 0.66% | 0.58% | - |
| HSV(B) | 89.36º | 0.64% | 0.86% | - |
| XYZ | 39.28 | 57.7 | 16.27 | - |
| YUV | 182.3 | 69.14 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 78 | 0.32 | 0 | 0.64 | 0.14 | 89.36 | 0.66 | 0.58 |
| Hex | 96 | DB | 4E | 20 | 0 | 40 | E | 59 | 42 | 3A |
| Octal | 226 | 333 | 116 | 40 | 0 | 100 | 16 | 131 | 102 | 72 |
| Binary | 10010110 | 11011011 | 1001110 | 100000 | 0 | 1000000 | 1110 | 1011001 | 1000010 | 111010 |
Color Harmonies of #96DB4E
Complementary color
Monochromatic Colors of #96DB4E
Black with #96DB4E
Text Example
Text Example
White with #96DB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB4E; }
p { color: rgb(150,219,78); }
H1.HeaderClassName
{
color: #96DB4E;
}
.AnyTagClassName
{
color: #96DB4E;
}
</style>
background-color css
<style>
a { background-color: #96DB4E; }
a { background-color: rgb(150,219,78); }
div.DivClassName
{
background-color: #96DB4E;
}
.BgClassName
{
background-color: #96DB4E;
}
</style>
border-color css
<style>
span { border-color: #96DB4E; }
span { border-color: rgb(150,219,78); }
td.TdClassName
{
border-color: #96DB4E;
}
.TagClassName
{
border-color: #96DB4E;
}
</style>