Shades of Atlantis #89E035
Tints of Atlantis #89E035
RGB
CMYK
RGB Variations
Color information
#89E035 (or 0x89E035) is known color: Atlantis. HEX triplet: 89, E0 and 35. RGB value is (137,224,53). Sum of RGB (Red+Green+Blue) = 137+224+53=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #89E035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89E035 is #761FCA. Grayscale: #B3B3B3. Windows color (decimal): -7741387 or 3530889. OLE color: 3530889.
HSL color Cylindrical-coordinate representation of color #89E035: hue angle of 90.53º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #89E035 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 137 | 224 | 53 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.12 |
| HSL | 90.53º | 0.73% | 0.54% | - |
| HSV(B) | 90.53º | 0.76% | 0.88% | - |
| XYZ | 37.61 | 58.89 | 12.75 | - |
| YUV | 178.49 | 57.18 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 224 | 53 | 0.39 | 0 | 0.76 | 0.12 | 90.53 | 0.73 | 0.54 |
| Hex | 89 | E0 | 35 | 27 | 0 | 4C | C | 5B | 49 | 36 |
| Octal | 211 | 340 | 65 | 47 | 0 | 114 | 14 | 133 | 111 | 66 |
| Binary | 10001001 | 11100000 | 110101 | 100111 | 0 | 1001100 | 1100 | 1011011 | 1001001 | 110110 |
Color Harmonies of #89E035
Complementary color
Monochromatic Colors of #89E035
Black with #89E035
Text Example
Text Example
White with #89E035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E035; }
p { color: rgb(137,224,53); }
H1.HeaderClassName
{
color: #89E035;
}
.AnyTagClassName
{
color: #89E035;
}
</style>
background-color css
<style>
a { background-color: #89E035; }
a { background-color: rgb(137,224,53); }
div.DivClassName
{
background-color: #89E035;
}
.BgClassName
{
background-color: #89E035;
}
</style>
border-color css
<style>
span { border-color: #89E035; }
span { border-color: rgb(137,224,53); }
td.TdClassName
{
border-color: #89E035;
}
.TagClassName
{
border-color: #89E035;
}
</style>