Shades of Atlantis #97EC40
Tints of Atlantis #97EC40
RGB
CMYK
RGB Variations
Color information
#97EC40 (or 0x97EC40) is known color: Atlantis. HEX triplet: 97, EC and 40. RGB value is (151,236,64). Sum of RGB (Red+Green+Blue) = 151+236+64=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 236 (92.58% from 255 or 52.33% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 236 - color contains mainly: green. Hex color #97EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97EC40 is #6813BF. Grayscale: #BFBFBF. Windows color (decimal): -6820800 or 4254871. OLE color: 4254871.
HSL color Cylindrical-coordinate representation of color #97EC40: hue angle of 89.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97EC40 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 236 | 64 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.07 |
| HSL | 89.65º | 0.82% | 0.59% | - |
| HSV(B) | 89.65º | 0.73% | 0.93% | - |
| XYZ | 43.68 | 66.94 | 15.47 | - |
| YUV | 190.98 | 56.34 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 236 | 64 | 0.36 | 0 | 0.73 | 0.07 | 89.65 | 0.82 | 0.59 |
| Hex | 97 | EC | 40 | 24 | 0 | 49 | 7 | 5A | 52 | 3B |
| Octal | 227 | 354 | 100 | 44 | 0 | 111 | 7 | 132 | 122 | 73 |
| Binary | 10010111 | 11101100 | 1000000 | 100100 | 0 | 1001001 | 111 | 1011010 | 1010010 | 111011 |
Color Harmonies of #97EC40
Complementary color
Monochromatic Colors of #97EC40
Black with #97EC40
Text Example
Text Example
White with #97EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EC40; }
p { color: rgb(151,236,64); }
H1.HeaderClassName
{
color: #97EC40;
}
.AnyTagClassName
{
color: #97EC40;
}
</style>
background-color css
<style>
a { background-color: #97EC40; }
a { background-color: rgb(151,236,64); }
div.DivClassName
{
background-color: #97EC40;
}
.BgClassName
{
background-color: #97EC40;
}
</style>
border-color css
<style>
span { border-color: #97EC40; }
span { border-color: rgb(151,236,64); }
td.TdClassName
{
border-color: #97EC40;
}
.TagClassName
{
border-color: #97EC40;
}
</style>