Shades of Atlantis #96D437
Tints of Atlantis #96D437
RGB
CMYK
RGB Variations
Color information
#96D437 (or 0x96D437) is known color: Atlantis. HEX triplet: 96, D4 and 37. RGB value is (150,212,55). Sum of RGB (Red+Green+Blue) = 150+212+55=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #96D437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D437 is #692BC8. Grayscale: #B0B0B0. Windows color (decimal): -6892489 or 3658902. OLE color: 3658902.
HSL color Cylindrical-coordinate representation of color #96D437: hue angle of 83.69º degrees, saturation: 0.65, 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 #96D437 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 55 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.17 |
| HSL | 83.69º | 0.65% | 0.52% | - |
| HSV(B) | 83.69º | 0.74% | 0.83% | - |
| XYZ | 36.81 | 53.85 | 12.07 | - |
| YUV | 175.56 | 59.96 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 55 | 0.29 | 0 | 0.74 | 0.17 | 83.69 | 0.65 | 0.52 |
| Hex | 96 | D4 | 37 | 1D | 0 | 4A | 11 | 54 | 41 | 34 |
| Octal | 226 | 324 | 67 | 35 | 0 | 112 | 21 | 124 | 101 | 64 |
| Binary | 10010110 | 11010100 | 110111 | 11101 | 0 | 1001010 | 10001 | 1010100 | 1000001 | 110100 |
Color Harmonies of #96D437
Complementary color
Monochromatic Colors of #96D437
Black with #96D437
Text Example
Text Example
White with #96D437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D437; }
p { color: rgb(150,212,55); }
H1.HeaderClassName
{
color: #96D437;
}
.AnyTagClassName
{
color: #96D437;
}
</style>
background-color css
<style>
a { background-color: #96D437; }
a { background-color: rgb(150,212,55); }
div.DivClassName
{
background-color: #96D437;
}
.BgClassName
{
background-color: #96D437;
}
</style>
border-color css
<style>
span { border-color: #96D437; }
span { border-color: rgb(150,212,55); }
td.TdClassName
{
border-color: #96D437;
}
.TagClassName
{
border-color: #96D437;
}
</style>