Shades of Atlantis #97C857
Tints of Atlantis #97C857
RGB
CMYK
RGB Variations
Color information
#97C857 (or 0x97C857) is known color: Atlantis. HEX triplet: 97, C8 and 57. RGB value is (151,200,87). Sum of RGB (Red+Green+Blue) = 151+200+87=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #97C857 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C857 is #6837A8. Grayscale: #ACACAC. Windows color (decimal): -6829993 or 5752983. OLE color: 5752983.
HSL color Cylindrical-coordinate representation of color #97C857: hue angle of 86.02º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97C857 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 200 | 87 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.22 |
| HSL | 86.02º | 0.51% | 0.56% | - |
| HSV(B) | 86.02º | 0.57% | 0.78% | - |
| XYZ | 35.14 | 48.58 | 16.54 | - |
| YUV | 172.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 200 | 87 | 0.24 | 0 | 0.56 | 0.22 | 86.02 | 0.51 | 0.56 |
| Hex | 97 | C8 | 57 | 18 | 0 | 38 | 16 | 56 | 33 | 38 |
| Octal | 227 | 310 | 127 | 30 | 0 | 70 | 26 | 126 | 63 | 70 |
| Binary | 10010111 | 11001000 | 1010111 | 11000 | 0 | 111000 | 10110 | 1010110 | 110011 | 111000 |
Color Harmonies of #97C857
Complementary color
Monochromatic Colors of #97C857
Black with #97C857
Text Example
Text Example
White with #97C857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C857; }
p { color: rgb(151,200,87); }
H1.HeaderClassName
{
color: #97C857;
}
.AnyTagClassName
{
color: #97C857;
}
</style>
background-color css
<style>
a { background-color: #97C857; }
a { background-color: rgb(151,200,87); }
div.DivClassName
{
background-color: #97C857;
}
.BgClassName
{
background-color: #97C857;
}
</style>
border-color css
<style>
span { border-color: #97C857; }
span { border-color: rgb(151,200,87); }
td.TdClassName
{
border-color: #97C857;
}
.TagClassName
{
border-color: #97C857;
}
</style>