Shades of Atlantis #89ED3F
Tints of Atlantis #89ED3F
RGB
CMYK
RGB Variations
Color information
#89ED3F (or 0x89ED3F) is known color: Atlantis. HEX triplet: 89, ED and 3F. RGB value is (137,237,63). Sum of RGB (Red+Green+Blue) = 137+237+63=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #89ED3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89ED3F is #7612C0. Grayscale: #BBBBBB. Windows color (decimal): -7738049 or 4189577. OLE color: 4189577.
HSL color Cylindrical-coordinate representation of color #89ED3F: hue angle of 94.48º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89ED3F is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 237 | 63 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.07 |
| HSL | 94.48º | 0.83% | 0.59% | - |
| HSV(B) | 94.48º | 0.73% | 0.93% | - |
| XYZ | 41.5 | 66.25 | 15.3 | - |
| YUV | 187.26 | 57.87 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 63 | 0.42 | 0 | 0.73 | 0.07 | 94.48 | 0.83 | 0.59 |
| Hex | 89 | ED | 3F | 2A | 0 | 49 | 7 | 5E | 53 | 3B |
| Octal | 211 | 355 | 77 | 52 | 0 | 111 | 7 | 136 | 123 | 73 |
| Binary | 10001001 | 11101101 | 111111 | 101010 | 0 | 1001001 | 111 | 1011110 | 1010011 | 111011 |
Color Harmonies of #89ED3F
Complementary color
Monochromatic Colors of #89ED3F
Black with #89ED3F
Text Example
Text Example
White with #89ED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ED3F; }
p { color: rgb(137,237,63); }
H1.HeaderClassName
{
color: #89ED3F;
}
.AnyTagClassName
{
color: #89ED3F;
}
</style>
background-color css
<style>
a { background-color: #89ED3F; }
a { background-color: rgb(137,237,63); }
div.DivClassName
{
background-color: #89ED3F;
}
.BgClassName
{
background-color: #89ED3F;
}
</style>
border-color css
<style>
span { border-color: #89ED3F; }
span { border-color: rgb(137,237,63); }
td.TdClassName
{
border-color: #89ED3F;
}
.TagClassName
{
border-color: #89ED3F;
}
</style>