Shades of Atlantis #97CE3E
Tints of Atlantis #97CE3E
RGB
CMYK
RGB Variations
Color information
#97CE3E (or 0x97CE3E) is known color: Atlantis. HEX triplet: 97, CE and 3E. RGB value is (151,206,62). Sum of RGB (Red+Green+Blue) = 151+206+62=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CE3E is #6831C1. Grayscale: #ADADAD. Windows color (decimal): -6828482 or 4116119. OLE color: 4116119.
HSL color Cylindrical-coordinate representation of color #97CE3E: hue angle of 82.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97CE3E is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 62 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.19 |
| HSL | 82.92º | 0.6% | 0.53% | - |
| HSV(B) | 82.92º | 0.7% | 0.81% | - |
| XYZ | 35.7 | 51.07 | 12.53 | - |
| YUV | 173.14 | 65.28 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 62 | 0.27 | 0 | 0.70 | 0.19 | 82.92 | 0.6 | 0.53 |
| Hex | 97 | CE | 3E | 1B | 0 | 46 | 13 | 53 | 3C | 35 |
| Octal | 227 | 316 | 76 | 33 | 0 | 106 | 23 | 123 | 74 | 65 |
| Binary | 10010111 | 11001110 | 111110 | 11011 | 0 | 1000110 | 10011 | 1010011 | 111100 | 110101 |
Color Harmonies of #97CE3E
Complementary color
Monochromatic Colors of #97CE3E
Black with #97CE3E
Text Example
Text Example
White with #97CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CE3E; }
p { color: rgb(151,206,62); }
H1.HeaderClassName
{
color: #97CE3E;
}
.AnyTagClassName
{
color: #97CE3E;
}
</style>
background-color css
<style>
a { background-color: #97CE3E; }
a { background-color: rgb(151,206,62); }
div.DivClassName
{
background-color: #97CE3E;
}
.BgClassName
{
background-color: #97CE3E;
}
</style>
border-color css
<style>
span { border-color: #97CE3E; }
span { border-color: rgb(151,206,62); }
td.TdClassName
{
border-color: #97CE3E;
}
.TagClassName
{
border-color: #97CE3E;
}
</style>