Shades of Atlantis #89EE47
Tints of Atlantis #89EE47
RGB
CMYK
RGB Variations
Color information
#89EE47 (or 0x89EE47) is known color: Atlantis. HEX triplet: 89, EE and 47. RGB value is (137,238,71). Sum of RGB (Red+Green+Blue) = 137+238+71=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 238 (93.36% from 255 or 53.36% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 238 - color contains mainly: green. Hex color #89EE47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EE47 is #7611B8. Grayscale: #BDBDBD. Windows color (decimal): -7737785 or 4714121. OLE color: 4714121.
HSL color Cylindrical-coordinate representation of color #89EE47: hue angle of 96.29º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89EE47 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 238 | 71 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.07 |
| HSL | 96.29º | 0.83% | 0.61% | - |
| HSV(B) | 96.29º | 0.7% | 0.93% | - |
| XYZ | 42.03 | 66.92 | 16.66 | - |
| YUV | 188.76 | 61.54 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 238 | 71 | 0.42 | 0 | 0.70 | 0.07 | 96.29 | 0.83 | 0.61 |
| Hex | 89 | EE | 47 | 2A | 0 | 46 | 7 | 60 | 53 | 3D |
| Octal | 211 | 356 | 107 | 52 | 0 | 106 | 7 | 140 | 123 | 75 |
| Binary | 10001001 | 11101110 | 1000111 | 101010 | 0 | 1000110 | 111 | 1100000 | 1010011 | 111101 |
Color Harmonies of #89EE47
Complementary color
Monochromatic Colors of #89EE47
Black with #89EE47
Text Example
Text Example
White with #89EE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EE47; }
p { color: rgb(137,238,71); }
H1.HeaderClassName
{
color: #89EE47;
}
.AnyTagClassName
{
color: #89EE47;
}
</style>
background-color css
<style>
a { background-color: #89EE47; }
a { background-color: rgb(137,238,71); }
div.DivClassName
{
background-color: #89EE47;
}
.BgClassName
{
background-color: #89EE47;
}
</style>
border-color css
<style>
span { border-color: #89EE47; }
span { border-color: rgb(137,238,71); }
td.TdClassName
{
border-color: #89EE47;
}
.TagClassName
{
border-color: #89EE47;
}
</style>