Shades of Atlantis #89EF3F
Tints of Atlantis #89EF3F
RGB
CMYK
RGB Variations
Color information
#89EF3F (or 0x89EF3F) is known color: Atlantis. HEX triplet: 89, EF and 3F. RGB value is (137,239,63). Sum of RGB (Red+Green+Blue) = 137+239+63=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 239 (93.75% from 255 or 54.44% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 239 - color contains mainly: green. Hex color #89EF3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EF3F is #7610C0. Grayscale: #BDBDBD. Windows color (decimal): -7737537 or 4190089. OLE color: 4190089.
HSL color Cylindrical-coordinate representation of color #89EF3F: hue angle of 94.77º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89EF3F is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 239 | 63 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.06 |
| HSL | 94.77º | 0.85% | 0.59% | - |
| HSV(B) | 94.77º | 0.74% | 0.94% | - |
| XYZ | 42.08 | 67.41 | 15.5 | - |
| YUV | 188.44 | 57.21 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 63 | 0.43 | 0 | 0.74 | 0.06 | 94.77 | 0.85 | 0.59 |
| Hex | 89 | EF | 3F | 2B | 0 | 4A | 6 | 5F | 55 | 3B |
| Octal | 211 | 357 | 77 | 53 | 0 | 112 | 6 | 137 | 125 | 73 |
| Binary | 10001001 | 11101111 | 111111 | 101011 | 0 | 1001010 | 110 | 1011111 | 1010101 | 111011 |
Color Harmonies of #89EF3F
Complementary color
Monochromatic Colors of #89EF3F
Black with #89EF3F
Text Example
Text Example
White with #89EF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EF3F; }
p { color: rgb(137,239,63); }
H1.HeaderClassName
{
color: #89EF3F;
}
.AnyTagClassName
{
color: #89EF3F;
}
</style>
background-color css
<style>
a { background-color: #89EF3F; }
a { background-color: rgb(137,239,63); }
div.DivClassName
{
background-color: #89EF3F;
}
.BgClassName
{
background-color: #89EF3F;
}
</style>
border-color css
<style>
span { border-color: #89EF3F; }
span { border-color: rgb(137,239,63); }
td.TdClassName
{
border-color: #89EF3F;
}
.TagClassName
{
border-color: #89EF3F;
}
</style>