Shades of Atlantis #97CA50
Tints of Atlantis #97CA50
RGB
CMYK
RGB Variations
Color information
#97CA50 (or 0x97CA50) is known color: Atlantis. HEX triplet: 97, CA and 50. RGB value is (151,202,80). Sum of RGB (Red+Green+Blue) = 151+202+80=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CA50 is #6835AF. Grayscale: #ADADAD. Windows color (decimal): -6829488 or 5294743. OLE color: 5294743.
HSL color Cylindrical-coordinate representation of color #97CA50: hue angle of 85.08º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97CA50 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
RGB | 151 | 202 | 80 | - |
CMYK | 0.25 | 0 | 0.60 | 0.21 |
HSL | 85.08º | 0.54% | 0.55% | - |
HSV(B) | 85.08º | 0.6% | 0.79% | - |
XYZ | 35.33 | 49.4 | 15.26 | - |
YUV | 172.84 | 75.6 | 112.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 202 | 80 | 0.25 | 0 | 0.60 | 0.21 | 85.08 | 0.54 | 0.55 |
Hex | 97 | CA | 50 | 19 | 0 | 3C | 15 | 55 | 36 | 37 |
Octal | 227 | 312 | 120 | 31 | 0 | 74 | 25 | 125 | 66 | 67 |
Binary | 10010111 | 11001010 | 1010000 | 11001 | 0 | 111100 | 10101 | 1010101 | 110110 | 110111 |
Color Harmonies of #97CA50
Complementary color
Monochromatic Colors of #97CA50
Black with #97CA50
Text Example
Text Example
White with #97CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CA50; }
p { color: rgb(151,202,80); }
H1.HeaderClassName
{
color: #97CA50;
}
.AnyTagClassName
{
color: #97CA50;
}
</style>
background-color css
<style>
a { background-color: #97CA50; }
a { background-color: rgb(151,202,80); }
div.DivClassName
{
background-color: #97CA50;
}
.BgClassName
{
background-color: #97CA50;
}
</style>
border-color css
<style>
span { border-color: #97CA50; }
span { border-color: rgb(151,202,80); }
td.TdClassName
{
border-color: #97CA50;
}
.TagClassName
{
border-color: #97CA50;
}
</style>