Shades of Atlantis #97D351
Tints of Atlantis #97D351
RGB
CMYK
RGB Variations
Color information
#97D351 (or 0x97D351) is known color: Atlantis. HEX triplet: 97, D3 and 51. RGB value is (151,211,81). Sum of RGB (Red+Green+Blue) = 151+211+81=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #97D351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D351 is #682CAE. Grayscale: #B2B2B2. Windows color (decimal): -6827183 or 5362583. OLE color: 5362583.
HSL color Cylindrical-coordinate representation of color #97D351: hue angle of 87.69º 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 #97D351 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 211 | 81 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.17 |
| HSL | 87.69º | 0.6% | 0.57% | - |
| HSV(B) | 87.69º | 0.62% | 0.83% | - |
| XYZ | 37.54 | 53.76 | 16.18 | - |
| YUV | 178.24 | 73.12 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 211 | 81 | 0.28 | 0 | 0.62 | 0.17 | 87.69 | 0.6 | 0.57 |
| Hex | 97 | D3 | 51 | 1C | 0 | 3E | 11 | 58 | 3C | 39 |
| Octal | 227 | 323 | 121 | 34 | 0 | 76 | 21 | 130 | 74 | 71 |
| Binary | 10010111 | 11010011 | 1010001 | 11100 | 0 | 111110 | 10001 | 1011000 | 111100 | 111001 |
Color Harmonies of #97D351
Complementary color
Monochromatic Colors of #97D351
Black with #97D351
Text Example
Text Example
White with #97D351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D351; }
p { color: rgb(151,211,81); }
H1.HeaderClassName
{
color: #97D351;
}
.AnyTagClassName
{
color: #97D351;
}
</style>
background-color css
<style>
a { background-color: #97D351; }
a { background-color: rgb(151,211,81); }
div.DivClassName
{
background-color: #97D351;
}
.BgClassName
{
background-color: #97D351;
}
</style>
border-color css
<style>
span { border-color: #97D351; }
span { border-color: rgb(151,211,81); }
td.TdClassName
{
border-color: #97D351;
}
.TagClassName
{
border-color: #97D351;
}
</style>