Shades of Atlantis #97BE4E
Tints of Atlantis #97BE4E
RGB
CMYK
RGB Variations
Color information
#97BE4E (or 0x97BE4E) is known color: Atlantis. HEX triplet: 97, BE and 4E. RGB value is (151,190,78). Sum of RGB (Red+Green+Blue) = 151+190+78=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BE4E is #6841B1. Grayscale: #A5A5A5. Windows color (decimal): -6832562 or 5160599. OLE color: 5160599.
HSL color Cylindrical-coordinate representation of color #97BE4E: hue angle of 80.89º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97BE4E is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 190 | 78 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.25 |
| HSL | 80.89º | 0.46% | 0.53% | - |
| HSV(B) | 80.89º | 0.59% | 0.75% | - |
| XYZ | 32.55 | 43.96 | 13.98 | - |
| YUV | 165.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 190 | 78 | 0.21 | 0 | 0.59 | 0.25 | 80.89 | 0.46 | 0.53 |
| Hex | 97 | BE | 4E | 15 | 0 | 3B | 19 | 51 | 2E | 35 |
| Octal | 227 | 276 | 116 | 25 | 0 | 73 | 31 | 121 | 56 | 65 |
| Binary | 10010111 | 10111110 | 1001110 | 10101 | 0 | 111011 | 11001 | 1010001 | 101110 | 110101 |
Color Harmonies of #97BE4E
Complementary color
Monochromatic Colors of #97BE4E
Black with #97BE4E
Text Example
Text Example
White with #97BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BE4E; }
p { color: rgb(151,190,78); }
H1.HeaderClassName
{
color: #97BE4E;
}
.AnyTagClassName
{
color: #97BE4E;
}
</style>
background-color css
<style>
a { background-color: #97BE4E; }
a { background-color: rgb(151,190,78); }
div.DivClassName
{
background-color: #97BE4E;
}
.BgClassName
{
background-color: #97BE4E;
}
</style>
border-color css
<style>
span { border-color: #97BE4E; }
span { border-color: rgb(151,190,78); }
td.TdClassName
{
border-color: #97BE4E;
}
.TagClassName
{
border-color: #97BE4E;
}
</style>