Shades of Atlantis #89E349
Tints of Atlantis #89E349
RGB
CMYK
RGB Variations
Color information
#89E349 (or 0x89E349) is known color: Atlantis. HEX triplet: 89, E3 and 49. RGB value is (137,227,73). Sum of RGB (Red+Green+Blue) = 137+227+73=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 227 (89.06% from 255 or 51.95% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 227 - color contains mainly: green. Hex color #89E349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89E349 is #761CB6. Grayscale: #B7B7B7. Windows color (decimal): -7740599 or 4842377. OLE color: 4842377.
HSL color Cylindrical-coordinate representation of color #89E349: hue angle of 95.06º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89E349 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 227 | 73 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.11 |
| HSL | 95.06º | 0.73% | 0.59% | - |
| HSV(B) | 95.06º | 0.68% | 0.89% | - |
| XYZ | 38.99 | 60.74 | 15.97 | - |
| YUV | 182.53 | 66.18 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 227 | 73 | 0.40 | 0 | 0.68 | 0.11 | 95.06 | 0.73 | 0.59 |
| Hex | 89 | E3 | 49 | 28 | 0 | 44 | B | 5F | 49 | 3B |
| Octal | 211 | 343 | 111 | 50 | 0 | 104 | 13 | 137 | 111 | 73 |
| Binary | 10001001 | 11100011 | 1001001 | 101000 | 0 | 1000100 | 1011 | 1011111 | 1001001 | 111011 |
Color Harmonies of #89E349
Complementary color
Monochromatic Colors of #89E349
Black with #89E349
Text Example
Text Example
White with #89E349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E349; }
p { color: rgb(137,227,73); }
H1.HeaderClassName
{
color: #89E349;
}
.AnyTagClassName
{
color: #89E349;
}
</style>
background-color css
<style>
a { background-color: #89E349; }
a { background-color: rgb(137,227,73); }
div.DivClassName
{
background-color: #89E349;
}
.BgClassName
{
background-color: #89E349;
}
</style>
border-color css
<style>
span { border-color: #89E349; }
span { border-color: rgb(137,227,73); }
td.TdClassName
{
border-color: #89E349;
}
.TagClassName
{
border-color: #89E349;
}
</style>