Shades of Atlantis #97D256
Tints of Atlantis #97D256
RGB
CMYK
RGB Variations
Color information
#97D256 (or 0x97D256) is known color: Atlantis. HEX triplet: 97, D2 and 56. RGB value is (151,210,86). Sum of RGB (Red+Green+Blue) = 151+210+86=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #97D256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D256 is #682DA9. Grayscale: #B2B2B2. Windows color (decimal): -6827434 or 5690007. OLE color: 5690007.
HSL color Cylindrical-coordinate representation of color #97D256: hue angle of 88.55º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97D256 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 210 | 86 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.18 |
| HSL | 88.55º | 0.58% | 0.58% | - |
| HSV(B) | 88.55º | 0.59% | 0.82% | - |
| XYZ | 37.49 | 53.34 | 17.12 | - |
| YUV | 178.22 | 75.95 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 210 | 86 | 0.28 | 0 | 0.59 | 0.18 | 88.55 | 0.58 | 0.58 |
| Hex | 97 | D2 | 56 | 1C | 0 | 3B | 12 | 59 | 3A | 3A |
| Octal | 227 | 322 | 126 | 34 | 0 | 73 | 22 | 131 | 72 | 72 |
| Binary | 10010111 | 11010010 | 1010110 | 11100 | 0 | 111011 | 10010 | 1011001 | 111010 | 111010 |
Color Harmonies of #97D256
Complementary color
Monochromatic Colors of #97D256
Black with #97D256
Text Example
Text Example
White with #97D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D256; }
p { color: rgb(151,210,86); }
H1.HeaderClassName
{
color: #97D256;
}
.AnyTagClassName
{
color: #97D256;
}
</style>
background-color css
<style>
a { background-color: #97D256; }
a { background-color: rgb(151,210,86); }
div.DivClassName
{
background-color: #97D256;
}
.BgClassName
{
background-color: #97D256;
}
</style>
border-color css
<style>
span { border-color: #97D256; }
span { border-color: rgb(151,210,86); }
td.TdClassName
{
border-color: #97D256;
}
.TagClassName
{
border-color: #97D256;
}
</style>