Shades of Atlantis #96DA55
Tints of Atlantis #96DA55
RGB
CMYK
RGB Variations
Color information
#96DA55 (or 0x96DA55) is known color: Atlantis. HEX triplet: 96, DA and 55. RGB value is (150,218,85). Sum of RGB (Red+Green+Blue) = 150+218+85=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #96DA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DA55 is #6925AA. Grayscale: #B6B6B6. Windows color (decimal): -6890923 or 5626518. OLE color: 5626518.
HSL color Cylindrical-coordinate representation of color #96DA55: hue angle of 90.68º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96DA55 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 218 | 85 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.15 |
| HSL | 90.68º | 0.64% | 0.59% | - |
| HSV(B) | 90.68º | 0.61% | 0.85% | - |
| XYZ | 39.29 | 57.28 | 17.58 | - |
| YUV | 182.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 218 | 85 | 0.31 | 0 | 0.61 | 0.15 | 90.68 | 0.64 | 0.59 |
| Hex | 96 | DA | 55 | 1F | 0 | 3D | F | 5B | 40 | 3B |
| Octal | 226 | 332 | 125 | 37 | 0 | 75 | 17 | 133 | 100 | 73 |
| Binary | 10010110 | 11011010 | 1010101 | 11111 | 0 | 111101 | 1111 | 1011011 | 1000000 | 111011 |
Color Harmonies of #96DA55
Complementary color
Monochromatic Colors of #96DA55
Black with #96DA55
Text Example
Text Example
White with #96DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DA55; }
p { color: rgb(150,218,85); }
H1.HeaderClassName
{
color: #96DA55;
}
.AnyTagClassName
{
color: #96DA55;
}
</style>
background-color css
<style>
a { background-color: #96DA55; }
a { background-color: rgb(150,218,85); }
div.DivClassName
{
background-color: #96DA55;
}
.BgClassName
{
background-color: #96DA55;
}
</style>
border-color css
<style>
span { border-color: #96DA55; }
span { border-color: rgb(150,218,85); }
td.TdClassName
{
border-color: #96DA55;
}
.TagClassName
{
border-color: #96DA55;
}
</style>