Shades of Atlantis #89E449
Tints of Atlantis #89E449
RGB
CMYK
RGB Variations
Color information
#89E449 (or 0x89E449) is known color: Atlantis. HEX triplet: 89, E4 and 49. RGB value is (137,228,73). Sum of RGB (Red+Green+Blue) = 137+228+73=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 228 (89.45% from 255 or 52.05% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 228 - color contains mainly: green. Hex color #89E449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89E449 is #761BB6. Grayscale: #B7B7B7. Windows color (decimal): -7740343 or 4842633. OLE color: 4842633.
HSL color Cylindrical-coordinate representation of color #89E449: hue angle of 95.23º degrees, saturation: 0.74, 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 #89E449 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 137 | 228 | 73 | - |
| CMYK | 0.40 | 0 | 0.68 | 0.11 |
| HSL | 95.23º | 0.74% | 0.59% | - |
| HSV(B) | 95.23º | 0.68% | 0.89% | - |
| XYZ | 39.26 | 61.29 | 16.06 | - |
| YUV | 183.12 | 65.85 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 228 | 73 | 0.40 | 0 | 0.68 | 0.11 | 95.23 | 0.74 | 0.59 |
| Hex | 89 | E4 | 49 | 28 | 0 | 44 | B | 5F | 4A | 3B |
| Octal | 211 | 344 | 111 | 50 | 0 | 104 | 13 | 137 | 112 | 73 |
| Binary | 10001001 | 11100100 | 1001001 | 101000 | 0 | 1000100 | 1011 | 1011111 | 1001010 | 111011 |
Color Harmonies of #89E449
Complementary color
Monochromatic Colors of #89E449
Black with #89E449
Text Example
Text Example
White with #89E449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E449; }
p { color: rgb(137,228,73); }
H1.HeaderClassName
{
color: #89E449;
}
.AnyTagClassName
{
color: #89E449;
}
</style>
background-color css
<style>
a { background-color: #89E449; }
a { background-color: rgb(137,228,73); }
div.DivClassName
{
background-color: #89E449;
}
.BgClassName
{
background-color: #89E449;
}
</style>
border-color css
<style>
span { border-color: #89E449; }
span { border-color: rgb(137,228,73); }
td.TdClassName
{
border-color: #89E449;
}
.TagClassName
{
border-color: #89E449;
}
</style>