Shades of Atlantis #96DD37
Tints of Atlantis #96DD37
RGB
CMYK
RGB Variations
Color information
#96DD37 (or 0x96DD37) is known color: Atlantis. HEX triplet: 96, DD and 37. RGB value is (150,221,55). Sum of RGB (Red+Green+Blue) = 150+221+55=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DD37 is #6922C8. Grayscale: #B5B5B5. Windows color (decimal): -6890185 or 3661206. OLE color: 3661206.
HSL color Cylindrical-coordinate representation of color #96DD37: hue angle of 85.66º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96DD37 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 55 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.13 |
| HSL | 85.66º | 0.71% | 0.54% | - |
| HSV(B) | 85.66º | 0.75% | 0.87% | - |
| XYZ | 39.12 | 58.47 | 12.84 | - |
| YUV | 180.85 | 56.98 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 55 | 0.32 | 0 | 0.75 | 0.13 | 85.66 | 0.71 | 0.54 |
| Hex | 96 | DD | 37 | 20 | 0 | 4B | D | 56 | 47 | 36 |
| Octal | 226 | 335 | 67 | 40 | 0 | 113 | 15 | 126 | 107 | 66 |
| Binary | 10010110 | 11011101 | 110111 | 100000 | 0 | 1001011 | 1101 | 1010110 | 1000111 | 110110 |
Color Harmonies of #96DD37
Complementary color
Monochromatic Colors of #96DD37
Black with #96DD37
Text Example
Text Example
White with #96DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD37; }
p { color: rgb(150,221,55); }
H1.HeaderClassName
{
color: #96DD37;
}
.AnyTagClassName
{
color: #96DD37;
}
</style>
background-color css
<style>
a { background-color: #96DD37; }
a { background-color: rgb(150,221,55); }
div.DivClassName
{
background-color: #96DD37;
}
.BgClassName
{
background-color: #96DD37;
}
</style>
border-color css
<style>
span { border-color: #96DD37; }
span { border-color: rgb(150,221,55); }
td.TdClassName
{
border-color: #96DD37;
}
.TagClassName
{
border-color: #96DD37;
}
</style>