Shades of Atlantis #96D351
Tints of Atlantis #96D351
RGB
CMYK
RGB Variations
Color information
#96D351 (or 0x96D351) is known color: Atlantis. HEX triplet: 96, D3 and 51. RGB value is (150,211,81). Sum of RGB (Red+Green+Blue) = 150+211+81=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #96D351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D351 is #692CAE. Grayscale: #B2B2B2. Windows color (decimal): -6892719 or 5362582. OLE color: 5362582.
HSL color Cylindrical-coordinate representation of color #96D351: hue angle of 88.15º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96D351 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 211 | 81 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.17 |
| HSL | 88.15º | 0.6% | 0.57% | - |
| HSV(B) | 88.15º | 0.62% | 0.83% | - |
| XYZ | 37.36 | 53.67 | 16.17 | - |
| YUV | 177.94 | 73.29 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 211 | 81 | 0.29 | 0 | 0.62 | 0.17 | 88.15 | 0.6 | 0.57 |
| Hex | 96 | D3 | 51 | 1D | 0 | 3E | 11 | 58 | 3C | 39 |
| Octal | 226 | 323 | 121 | 35 | 0 | 76 | 21 | 130 | 74 | 71 |
| Binary | 10010110 | 11010011 | 1010001 | 11101 | 0 | 111110 | 10001 | 1011000 | 111100 | 111001 |
Color Harmonies of #96D351
Complementary color
Monochromatic Colors of #96D351
Black with #96D351
Text Example
Text Example
White with #96D351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D351; }
p { color: rgb(150,211,81); }
H1.HeaderClassName
{
color: #96D351;
}
.AnyTagClassName
{
color: #96D351;
}
</style>
background-color css
<style>
a { background-color: #96D351; }
a { background-color: rgb(150,211,81); }
div.DivClassName
{
background-color: #96D351;
}
.BgClassName
{
background-color: #96D351;
}
</style>
border-color css
<style>
span { border-color: #96D351; }
span { border-color: rgb(150,211,81); }
td.TdClassName
{
border-color: #96D351;
}
.TagClassName
{
border-color: #96D351;
}
</style>