Shades of Atlantis #89E534
Tints of Atlantis #89E534
RGB
CMYK
RGB Variations
Color information
#89E534 (or 0x89E534) is known color: Atlantis. HEX triplet: 89, E5 and 34. RGB value is (137,229,52). Sum of RGB (Red+Green+Blue) = 137+229+52=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 229 (89.84% from 255 or 54.78% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 229 - color contains mainly: green. Hex color #89E534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89E534 is #761ACB. Grayscale: #B5B5B5. Windows color (decimal): -7740108 or 3466633. OLE color: 3466633.
HSL color Cylindrical-coordinate representation of color #89E534: hue angle of 91.19º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #89E534 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 229 | 52 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.10 |
| HSL | 91.19º | 0.77% | 0.55% | - |
| HSV(B) | 91.19º | 0.77% | 0.9% | - |
| XYZ | 38.96 | 61.6 | 13.09 | - |
| YUV | 181.31 | 55.02 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 229 | 52 | 0.40 | 0 | 0.77 | 0.10 | 91.19 | 0.77 | 0.55 |
| Hex | 89 | E5 | 34 | 28 | 0 | 4D | A | 5B | 4D | 37 |
| Octal | 211 | 345 | 64 | 50 | 0 | 115 | 12 | 133 | 115 | 67 |
| Binary | 10001001 | 11100101 | 110100 | 101000 | 0 | 1001101 | 1010 | 1011011 | 1001101 | 110111 |
Color Harmonies of #89E534
Complementary color
Monochromatic Colors of #89E534
Black with #89E534
Text Example
Text Example
White with #89E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E534; }
p { color: rgb(137,229,52); }
H1.HeaderClassName
{
color: #89E534;
}
.AnyTagClassName
{
color: #89E534;
}
</style>
background-color css
<style>
a { background-color: #89E534; }
a { background-color: rgb(137,229,52); }
div.DivClassName
{
background-color: #89E534;
}
.BgClassName
{
background-color: #89E534;
}
</style>
border-color css
<style>
span { border-color: #89E534; }
span { border-color: rgb(137,229,52); }
td.TdClassName
{
border-color: #89E534;
}
.TagClassName
{
border-color: #89E534;
}
</style>