Shades of Atlantis #96D753
Tints of Atlantis #96D753
RGB
CMYK
RGB Variations
Color information
#96D753 (or 0x96D753) is known color: Atlantis. HEX triplet: 96, D7 and 53. RGB value is (150,215,83). Sum of RGB (Red+Green+Blue) = 150+215+83=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #96D753 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D753 is #6928AC. Grayscale: #B4B4B4. Windows color (decimal): -6891693 or 5494678. OLE color: 5494678.
HSL color Cylindrical-coordinate representation of color #96D753: hue angle of 89.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96D753 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 215 | 83 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.16 |
| HSL | 89.55º | 0.62% | 0.58% | - |
| HSV(B) | 89.55º | 0.61% | 0.84% | - |
| XYZ | 38.44 | 55.71 | 16.91 | - |
| YUV | 180.52 | 72.97 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 83 | 0.30 | 0 | 0.61 | 0.16 | 89.55 | 0.62 | 0.58 |
| Hex | 96 | D7 | 53 | 1E | 0 | 3D | 10 | 5A | 3E | 3A |
| Octal | 226 | 327 | 123 | 36 | 0 | 75 | 20 | 132 | 76 | 72 |
| Binary | 10010110 | 11010111 | 1010011 | 11110 | 0 | 111101 | 10000 | 1011010 | 111110 | 111010 |
Color Harmonies of #96D753
Complementary color
Monochromatic Colors of #96D753
Black with #96D753
Text Example
Text Example
White with #96D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D753; }
p { color: rgb(150,215,83); }
H1.HeaderClassName
{
color: #96D753;
}
.AnyTagClassName
{
color: #96D753;
}
</style>
background-color css
<style>
a { background-color: #96D753; }
a { background-color: rgb(150,215,83); }
div.DivClassName
{
background-color: #96D753;
}
.BgClassName
{
background-color: #96D753;
}
</style>
border-color css
<style>
span { border-color: #96D753; }
span { border-color: rgb(150,215,83); }
td.TdClassName
{
border-color: #96D753;
}
.TagClassName
{
border-color: #96D753;
}
</style>