Shades of Atlantis #96E64D
Tints of Atlantis #96E64D
RGB
CMYK
RGB Variations
Color information
#96E64D (or 0x96E64D) is known color: Atlantis. HEX triplet: 96, E6 and 4D. RGB value is (150,230,77). Sum of RGB (Red+Green+Blue) = 150+230+77=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #96E64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E64D is #6919B2. Grayscale: #BDBDBD. Windows color (decimal): -6887859 or 5105302. OLE color: 5105302.
HSL color Cylindrical-coordinate representation of color #96E64D: hue angle of 91.37º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96E64D is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 230 | 77 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.10 |
| HSL | 91.37º | 0.75% | 0.6% | - |
| HSV(B) | 91.37º | 0.67% | 0.9% | - |
| XYZ | 42.21 | 63.61 | 17.07 | - |
| YUV | 188.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 230 | 77 | 0.35 | 0 | 0.67 | 0.10 | 91.37 | 0.75 | 0.6 |
| Hex | 96 | E6 | 4D | 23 | 0 | 43 | A | 5B | 4B | 3C |
| Octal | 226 | 346 | 115 | 43 | 0 | 103 | 12 | 133 | 113 | 74 |
| Binary | 10010110 | 11100110 | 1001101 | 100011 | 0 | 1000011 | 1010 | 1011011 | 1001011 | 111100 |
Color Harmonies of #96E64D
Complementary color
Monochromatic Colors of #96E64D
Black with #96E64D
Text Example
Text Example
White with #96E64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E64D; }
p { color: rgb(150,230,77); }
H1.HeaderClassName
{
color: #96E64D;
}
.AnyTagClassName
{
color: #96E64D;
}
</style>
background-color css
<style>
a { background-color: #96E64D; }
a { background-color: rgb(150,230,77); }
div.DivClassName
{
background-color: #96E64D;
}
.BgClassName
{
background-color: #96E64D;
}
</style>
border-color css
<style>
span { border-color: #96E64D; }
span { border-color: rgb(150,230,77); }
td.TdClassName
{
border-color: #96E64D;
}
.TagClassName
{
border-color: #96E64D;
}
</style>