Shades of Atlantis #89EB3E
Tints of Atlantis #89EB3E
RGB
CMYK
RGB Variations
Color information
#89EB3E (or 0x89EB3E) is known color: Atlantis. HEX triplet: 89, EB and 3E. RGB value is (137,235,62). Sum of RGB (Red+Green+Blue) = 137+235+62=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 235 (92.19% from 255 or 54.15% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 235 - color contains mainly: green. Hex color #89EB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EB3E is #7614C1. Grayscale: #BABABA. Windows color (decimal): -7738562 or 4123529. OLE color: 4123529.
HSL color Cylindrical-coordinate representation of color #89EB3E: hue angle of 93.99º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89EB3E is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 235 | 62 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.08 |
| HSL | 93.99º | 0.81% | 0.58% | - |
| HSV(B) | 93.99º | 0.74% | 0.92% | - |
| XYZ | 40.89 | 65.08 | 14.96 | - |
| YUV | 185.98 | 58.03 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 235 | 62 | 0.42 | 0 | 0.74 | 0.08 | 93.99 | 0.81 | 0.58 |
| Hex | 89 | EB | 3E | 2A | 0 | 4A | 8 | 5E | 51 | 3A |
| Octal | 211 | 353 | 76 | 52 | 0 | 112 | 10 | 136 | 121 | 72 |
| Binary | 10001001 | 11101011 | 111110 | 101010 | 0 | 1001010 | 1000 | 1011110 | 1010001 | 111010 |
Color Harmonies of #89EB3E
Complementary color
Monochromatic Colors of #89EB3E
Black with #89EB3E
Text Example
Text Example
White with #89EB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EB3E; }
p { color: rgb(137,235,62); }
H1.HeaderClassName
{
color: #89EB3E;
}
.AnyTagClassName
{
color: #89EB3E;
}
</style>
background-color css
<style>
a { background-color: #89EB3E; }
a { background-color: rgb(137,235,62); }
div.DivClassName
{
background-color: #89EB3E;
}
.BgClassName
{
background-color: #89EB3E;
}
</style>
border-color css
<style>
span { border-color: #89EB3E; }
span { border-color: rgb(137,235,62); }
td.TdClassName
{
border-color: #89EB3E;
}
.TagClassName
{
border-color: #89EB3E;
}
</style>