Shades of Atlantis #89EF47
Tints of Atlantis #89EF47
RGB
CMYK
RGB Variations
Color information
#89EF47 (or 0x89EF47) is known color: Atlantis. HEX triplet: 89, EF and 47. RGB value is (137,239,71). Sum of RGB (Red+Green+Blue) = 137+239+71=447 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.65% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #89EF47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EF47 is #7610B8. Grayscale: #BDBDBD. Windows color (decimal): -7737529 or 4714377. OLE color: 4714377.
HSL color Cylindrical-coordinate representation of color #89EF47: hue angle of 96.43º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89EF47 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 239 | 71 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.06 |
| HSL | 96.43º | 0.84% | 0.61% | - |
| HSV(B) | 96.43º | 0.7% | 0.94% | - |
| XYZ | 42.32 | 67.51 | 16.76 | - |
| YUV | 189.35 | 61.21 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 71 | 0.43 | 0 | 0.70 | 0.06 | 96.43 | 0.84 | 0.61 |
| Hex | 89 | EF | 47 | 2B | 0 | 46 | 6 | 60 | 54 | 3D |
| Octal | 211 | 357 | 107 | 53 | 0 | 106 | 6 | 140 | 124 | 75 |
| Binary | 10001001 | 11101111 | 1000111 | 101011 | 0 | 1000110 | 110 | 1100000 | 1010100 | 111101 |
Color Harmonies of #89EF47
Complementary color
Monochromatic Colors of #89EF47
Black with #89EF47
Text Example
Text Example
White with #89EF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EF47; }
p { color: rgb(137,239,71); }
H1.HeaderClassName
{
color: #89EF47;
}
.AnyTagClassName
{
color: #89EF47;
}
</style>
background-color css
<style>
a { background-color: #89EF47; }
a { background-color: rgb(137,239,71); }
div.DivClassName
{
background-color: #89EF47;
}
.BgClassName
{
background-color: #89EF47;
}
</style>
border-color css
<style>
span { border-color: #89EF47; }
span { border-color: rgb(137,239,71); }
td.TdClassName
{
border-color: #89EF47;
}
.TagClassName
{
border-color: #89EF47;
}
</style>