Shades of Atlantis #89ED47
Tints of Atlantis #89ED47
RGB
CMYK
RGB Variations
Color information
#89ED47 (or 0x89ED47) is known color: Atlantis. HEX triplet: 89, ED and 47. RGB value is (137,237,71). Sum of RGB (Red+Green+Blue) = 137+237+71=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #89ED47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89ED47 is #7612B8. Grayscale: #BCBCBC. Windows color (decimal): -7738041 or 4713865. OLE color: 4713865.
HSL color Cylindrical-coordinate representation of color #89ED47: hue angle of 96.14º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89ED47 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 237 | 71 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.07 |
| HSL | 96.14º | 0.82% | 0.6% | - |
| HSV(B) | 96.14º | 0.7% | 0.93% | - |
| XYZ | 41.74 | 66.34 | 16.57 | - |
| YUV | 188.18 | 61.87 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 71 | 0.42 | 0 | 0.70 | 0.07 | 96.14 | 0.82 | 0.6 |
| Hex | 89 | ED | 47 | 2A | 0 | 46 | 7 | 60 | 52 | 3C |
| Octal | 211 | 355 | 107 | 52 | 0 | 106 | 7 | 140 | 122 | 74 |
| Binary | 10001001 | 11101101 | 1000111 | 101010 | 0 | 1000110 | 111 | 1100000 | 1010010 | 111100 |
Color Harmonies of #89ED47
Complementary color
Monochromatic Colors of #89ED47
Black with #89ED47
Text Example
Text Example
White with #89ED47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ED47; }
p { color: rgb(137,237,71); }
H1.HeaderClassName
{
color: #89ED47;
}
.AnyTagClassName
{
color: #89ED47;
}
</style>
background-color css
<style>
a { background-color: #89ED47; }
a { background-color: rgb(137,237,71); }
div.DivClassName
{
background-color: #89ED47;
}
.BgClassName
{
background-color: #89ED47;
}
</style>
border-color css
<style>
span { border-color: #89ED47; }
span { border-color: rgb(137,237,71); }
td.TdClassName
{
border-color: #89ED47;
}
.TagClassName
{
border-color: #89ED47;
}
</style>