Shades of Atlantis #96D337
Tints of Atlantis #96D337
RGB
CMYK
RGB Variations
Color information
#96D337 (or 0x96D337) is known color: Atlantis. HEX triplet: 96, D3 and 37. RGB value is (150,211,55). Sum of RGB (Red+Green+Blue) = 150+211+55=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #96D337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D337 is #692CC8. Grayscale: #AFAFAF. Windows color (decimal): -6892745 or 3658646. OLE color: 3658646.
HSL color Cylindrical-coordinate representation of color #96D337: hue angle of 83.46º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96D337 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 211 | 55 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.17 |
| HSL | 83.46º | 0.64% | 0.52% | - |
| HSV(B) | 83.46º | 0.74% | 0.83% | - |
| XYZ | 36.56 | 53.35 | 11.98 | - |
| YUV | 174.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 55 | 0.29 | 0 | 0.74 | 0.17 | 83.46 | 0.64 | 0.52 |
| Hex | 96 | D3 | 37 | 1D | 0 | 4A | 11 | 53 | 40 | 34 |
| Octal | 226 | 323 | 67 | 35 | 0 | 112 | 21 | 123 | 100 | 64 |
| Binary | 10010110 | 11010011 | 110111 | 11101 | 0 | 1001010 | 10001 | 1010011 | 1000000 | 110100 |
Color Harmonies of #96D337
Complementary color
Monochromatic Colors of #96D337
Black with #96D337
Text Example
Text Example
White with #96D337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D337; }
p { color: rgb(150,211,55); }
H1.HeaderClassName
{
color: #96D337;
}
.AnyTagClassName
{
color: #96D337;
}
</style>
background-color css
<style>
a { background-color: #96D337; }
a { background-color: rgb(150,211,55); }
div.DivClassName
{
background-color: #96D337;
}
.BgClassName
{
background-color: #96D337;
}
</style>
border-color css
<style>
span { border-color: #96D337; }
span { border-color: rgb(150,211,55); }
td.TdClassName
{
border-color: #96D337;
}
.TagClassName
{
border-color: #96D337;
}
</style>