Shades of Atlantis #89E740
Tints of Atlantis #89E740
RGB
CMYK
RGB Variations
Color information
#89E740 (or 0x89E740) is known color: Atlantis. HEX triplet: 89, E7 and 40. RGB value is (137,231,64). Sum of RGB (Red+Green+Blue) = 137+231+64=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 231 (90.62% from 255 or 53.47% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 231 - color contains mainly: green. Hex color #89E740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89E740 is #7618BF. Grayscale: #B8B8B8. Windows color (decimal): -7739584 or 4253577. OLE color: 4253577.
HSL color Cylindrical-coordinate representation of color #89E740: hue angle of 93.77º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89E740 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 231 | 64 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.09 |
| HSL | 93.77º | 0.78% | 0.58% | - |
| HSV(B) | 93.77º | 0.72% | 0.91% | - |
| XYZ | 39.82 | 62.84 | 14.88 | - |
| YUV | 183.86 | 60.36 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 231 | 64 | 0.41 | 0 | 0.72 | 0.09 | 93.77 | 0.78 | 0.58 |
| Hex | 89 | E7 | 40 | 29 | 0 | 48 | 9 | 5E | 4E | 3A |
| Octal | 211 | 347 | 100 | 51 | 0 | 110 | 11 | 136 | 116 | 72 |
| Binary | 10001001 | 11100111 | 1000000 | 101001 | 0 | 1001000 | 1001 | 1011110 | 1001110 | 111010 |
Color Harmonies of #89E740
Complementary color
Monochromatic Colors of #89E740
Black with #89E740
Text Example
Text Example
White with #89E740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E740; }
p { color: rgb(137,231,64); }
H1.HeaderClassName
{
color: #89E740;
}
.AnyTagClassName
{
color: #89E740;
}
</style>
background-color css
<style>
a { background-color: #89E740; }
a { background-color: rgb(137,231,64); }
div.DivClassName
{
background-color: #89E740;
}
.BgClassName
{
background-color: #89E740;
}
</style>
border-color css
<style>
span { border-color: #89E740; }
span { border-color: rgb(137,231,64); }
td.TdClassName
{
border-color: #89E740;
}
.TagClassName
{
border-color: #89E740;
}
</style>