Shades of Atlantis #97BA40
Tints of Atlantis #97BA40
RGB
CMYK
RGB Variations
Color information
#97BA40 (or 0x97BA40) is known color: Atlantis. HEX triplet: 97, BA and 40. RGB value is (151,186,64). Sum of RGB (Red+Green+Blue) = 151+186+64=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BA40 is #6845BF. Grayscale: #A2A2A2. Windows color (decimal): -6833600 or 4242071. OLE color: 4242071.
HSL color Cylindrical-coordinate representation of color #97BA40: hue angle of 77.21º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #97BA40 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 64 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.27 |
| HSL | 77.21º | 0.49% | 0.49% | - |
| HSV(B) | 77.21º | 0.66% | 0.73% | - |
| XYZ | 31.25 | 42.07 | 11.32 | - |
| YUV | 161.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 64 | 0.19 | 0 | 0.66 | 0.27 | 77.21 | 0.49 | 0.49 |
| Hex | 97 | BA | 40 | 13 | 0 | 42 | 1B | 4D | 31 | 31 |
| Octal | 227 | 272 | 100 | 23 | 0 | 102 | 33 | 115 | 61 | 61 |
| Binary | 10010111 | 10111010 | 1000000 | 10011 | 0 | 1000010 | 11011 | 1001101 | 110001 | 110001 |
Color Harmonies of #97BA40
Complementary color
Monochromatic Colors of #97BA40
Black with #97BA40
Text Example
Text Example
White with #97BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA40; }
p { color: rgb(151,186,64); }
H1.HeaderClassName
{
color: #97BA40;
}
.AnyTagClassName
{
color: #97BA40;
}
</style>
background-color css
<style>
a { background-color: #97BA40; }
a { background-color: rgb(151,186,64); }
div.DivClassName
{
background-color: #97BA40;
}
.BgClassName
{
background-color: #97BA40;
}
</style>
border-color css
<style>
span { border-color: #97BA40; }
span { border-color: rgb(151,186,64); }
td.TdClassName
{
border-color: #97BA40;
}
.TagClassName
{
border-color: #97BA40;
}
</style>