Shades of Atlantis #96D552
Tints of Atlantis #96D552
RGB
CMYK
RGB Variations
Color information
#96D552 (or 0x96D552) is known color: Atlantis. HEX triplet: 96, D5 and 52. RGB value is (150,213,82). Sum of RGB (Red+Green+Blue) = 150+213+82=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #96D552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D552 is #692AAD. Grayscale: #B3B3B3. Windows color (decimal): -6892206 or 5428630. OLE color: 5428630.
HSL color Cylindrical-coordinate representation of color #96D552: hue angle of 88.85º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96D552 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 82 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.16 |
| HSL | 88.85º | 0.61% | 0.58% | - |
| HSV(B) | 88.85º | 0.62% | 0.84% | - |
| XYZ | 37.89 | 54.68 | 16.54 | - |
| YUV | 179.23 | 73.13 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 82 | 0.30 | 0 | 0.62 | 0.16 | 88.85 | 0.61 | 0.58 |
| Hex | 96 | D5 | 52 | 1E | 0 | 3E | 10 | 59 | 3D | 3A |
| Octal | 226 | 325 | 122 | 36 | 0 | 76 | 20 | 131 | 75 | 72 |
| Binary | 10010110 | 11010101 | 1010010 | 11110 | 0 | 111110 | 10000 | 1011001 | 111101 | 111010 |
Color Harmonies of #96D552
Complementary color
Monochromatic Colors of #96D552
Black with #96D552
Text Example
Text Example
White with #96D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D552; }
p { color: rgb(150,213,82); }
H1.HeaderClassName
{
color: #96D552;
}
.AnyTagClassName
{
color: #96D552;
}
</style>
background-color css
<style>
a { background-color: #96D552; }
a { background-color: rgb(150,213,82); }
div.DivClassName
{
background-color: #96D552;
}
.BgClassName
{
background-color: #96D552;
}
</style>
border-color css
<style>
span { border-color: #96D552; }
span { border-color: rgb(150,213,82); }
td.TdClassName
{
border-color: #96D552;
}
.TagClassName
{
border-color: #96D552;
}
</style>