Shades of Atlantis #96D537
Tints of Atlantis #96D537
RGB
CMYK
RGB Variations
Color information
#96D537 (or 0x96D537) is known color: Atlantis. HEX triplet: 96, D5 and 37. RGB value is (150,213,55). Sum of RGB (Red+Green+Blue) = 150+213+55=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #96D537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D537 is #692AC8. Grayscale: #B0B0B0. Windows color (decimal): -6892233 or 3659158. OLE color: 3659158.
HSL color Cylindrical-coordinate representation of color #96D537: hue angle of 83.92º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96D537 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 55 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.16 |
| HSL | 83.92º | 0.65% | 0.53% | - |
| HSV(B) | 83.92º | 0.74% | 0.84% | - |
| XYZ | 37.06 | 54.35 | 12.15 | - |
| YUV | 176.15 | 59.63 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 55 | 0.30 | 0 | 0.74 | 0.16 | 83.92 | 0.65 | 0.53 |
| Hex | 96 | D5 | 37 | 1E | 0 | 4A | 10 | 54 | 41 | 35 |
| Octal | 226 | 325 | 67 | 36 | 0 | 112 | 20 | 124 | 101 | 65 |
| Binary | 10010110 | 11010101 | 110111 | 11110 | 0 | 1001010 | 10000 | 1010100 | 1000001 | 110101 |
Color Harmonies of #96D537
Complementary color
Monochromatic Colors of #96D537
Black with #96D537
Text Example
Text Example
White with #96D537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D537; }
p { color: rgb(150,213,55); }
H1.HeaderClassName
{
color: #96D537;
}
.AnyTagClassName
{
color: #96D537;
}
</style>
background-color css
<style>
a { background-color: #96D537; }
a { background-color: rgb(150,213,55); }
div.DivClassName
{
background-color: #96D537;
}
.BgClassName
{
background-color: #96D537;
}
</style>
border-color css
<style>
span { border-color: #96D537; }
span { border-color: rgb(150,213,55); }
td.TdClassName
{
border-color: #96D537;
}
.TagClassName
{
border-color: #96D537;
}
</style>