Shades of Atlantis #97E534
Tints of Atlantis #97E534
RGB
CMYK
RGB Variations
Color information
#97E534 (or 0x97E534) is known color: Atlantis. HEX triplet: 97, E5 and 34. RGB value is (151,229,52). Sum of RGB (Red+Green+Blue) = 151+229+52=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 229 (89.84% from 255 or 53.01% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 229 - color contains mainly: green. Hex color #97E534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97E534 is #681ACB. Grayscale: #BABABA. Windows color (decimal): -6822604 or 3466647. OLE color: 3466647.
HSL color Cylindrical-coordinate representation of color #97E534: hue angle of 86.44º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97E534 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 229 | 52 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.10 |
| HSL | 86.44º | 0.77% | 0.55% | - |
| HSV(B) | 86.44º | 0.77% | 0.9% | - |
| XYZ | 41.4 | 62.87 | 13.2 | - |
| YUV | 185.5 | 52.66 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 229 | 52 | 0.34 | 0 | 0.77 | 0.10 | 86.44 | 0.77 | 0.55 |
| Hex | 97 | E5 | 34 | 22 | 0 | 4D | A | 56 | 4D | 37 |
| Octal | 227 | 345 | 64 | 42 | 0 | 115 | 12 | 126 | 115 | 67 |
| Binary | 10010111 | 11100101 | 110100 | 100010 | 0 | 1001101 | 1010 | 1010110 | 1001101 | 110111 |
Color Harmonies of #97E534
Complementary color
Monochromatic Colors of #97E534
Black with #97E534
Text Example
Text Example
White with #97E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E534; }
p { color: rgb(151,229,52); }
H1.HeaderClassName
{
color: #97E534;
}
.AnyTagClassName
{
color: #97E534;
}
</style>
background-color css
<style>
a { background-color: #97E534; }
a { background-color: rgb(151,229,52); }
div.DivClassName
{
background-color: #97E534;
}
.BgClassName
{
background-color: #97E534;
}
</style>
border-color css
<style>
span { border-color: #97E534; }
span { border-color: rgb(151,229,52); }
td.TdClassName
{
border-color: #97E534;
}
.TagClassName
{
border-color: #97E534;
}
</style>