Shades of Atlantis #89DA47
Tints of Atlantis #89DA47
RGB
CMYK
RGB Variations
Color information
#89DA47 (or 0x89DA47) is known color: Atlantis. HEX triplet: 89, DA and 47. RGB value is (137,218,71). Sum of RGB (Red+Green+Blue) = 137+218+71=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #89DA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89DA47 is #7625B8. Grayscale: #B1B1B1. Windows color (decimal): -7742905 or 4709001. OLE color: 4709001.
HSL color Cylindrical-coordinate representation of color #89DA47: hue angle of 93.06º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #89DA47 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 218 | 71 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.15 |
| HSL | 93.06º | 0.67% | 0.57% | - |
| HSV(B) | 93.06º | 0.67% | 0.85% | - |
| XYZ | 36.53 | 55.92 | 14.83 | - |
| YUV | 177.02 | 68.16 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 71 | 0.37 | 0 | 0.67 | 0.15 | 93.06 | 0.67 | 0.57 |
| Hex | 89 | DA | 47 | 25 | 0 | 43 | F | 5D | 43 | 39 |
| Octal | 211 | 332 | 107 | 45 | 0 | 103 | 17 | 135 | 103 | 71 |
| Binary | 10001001 | 11011010 | 1000111 | 100101 | 0 | 1000011 | 1111 | 1011101 | 1000011 | 111001 |
Color Harmonies of #89DA47
Complementary color
Monochromatic Colors of #89DA47
Black with #89DA47
Text Example
Text Example
White with #89DA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DA47; }
p { color: rgb(137,218,71); }
H1.HeaderClassName
{
color: #89DA47;
}
.AnyTagClassName
{
color: #89DA47;
}
</style>
background-color css
<style>
a { background-color: #89DA47; }
a { background-color: rgb(137,218,71); }
div.DivClassName
{
background-color: #89DA47;
}
.BgClassName
{
background-color: #89DA47;
}
</style>
border-color css
<style>
span { border-color: #89DA47; }
span { border-color: rgb(137,218,71); }
td.TdClassName
{
border-color: #89DA47;
}
.TagClassName
{
border-color: #89DA47;
}
</style>