Shades of Atlantis #97EA32
Tints of Atlantis #97EA32
RGB
CMYK
RGB Variations
Color information
#97EA32 (or 0x97EA32) is known color: Atlantis. HEX triplet: 97, EA and 32. RGB value is (151,234,50). Sum of RGB (Red+Green+Blue) = 151+234+50=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #97EA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97EA32 is #6815CD. Grayscale: #BCBCBC. Windows color (decimal): -6821326 or 3336855. OLE color: 3336855.
HSL color Cylindrical-coordinate representation of color #97EA32: hue angle of 87.07º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #97EA32 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 234 | 50 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.08 |
| HSL | 87.07º | 0.81% | 0.56% | - |
| HSV(B) | 87.07º | 0.79% | 0.92% | - |
| XYZ | 42.76 | 65.66 | 13.44 | - |
| YUV | 188.21 | 50 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 234 | 50 | 0.35 | 0 | 0.79 | 0.08 | 87.07 | 0.81 | 0.56 |
| Hex | 97 | EA | 32 | 23 | 0 | 4F | 8 | 57 | 51 | 38 |
| Octal | 227 | 352 | 62 | 43 | 0 | 117 | 10 | 127 | 121 | 70 |
| Binary | 10010111 | 11101010 | 110010 | 100011 | 0 | 1001111 | 1000 | 1010111 | 1010001 | 111000 |
Color Harmonies of #97EA32
Complementary color
Monochromatic Colors of #97EA32
Black with #97EA32
Text Example
Text Example
White with #97EA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EA32; }
p { color: rgb(151,234,50); }
H1.HeaderClassName
{
color: #97EA32;
}
.AnyTagClassName
{
color: #97EA32;
}
</style>
background-color css
<style>
a { background-color: #97EA32; }
a { background-color: rgb(151,234,50); }
div.DivClassName
{
background-color: #97EA32;
}
.BgClassName
{
background-color: #97EA32;
}
</style>
border-color css
<style>
span { border-color: #97EA32; }
span { border-color: rgb(151,234,50); }
td.TdClassName
{
border-color: #97EA32;
}
.TagClassName
{
border-color: #97EA32;
}
</style>