Shades of Atlantis #89D53F
Tints of Atlantis #89D53F
RGB
CMYK
RGB Variations
Color information
#89D53F (or 0x89D53F) is known color: Atlantis. HEX triplet: 89, D5 and 3F. RGB value is (137,213,63). Sum of RGB (Red+Green+Blue) = 137+213+63=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #89D53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89D53F is #762AC0. Grayscale: #ADADAD. Windows color (decimal): -7744193 or 4183433. OLE color: 4183433.
HSL color Cylindrical-coordinate representation of color #89D53F: hue angle of 90.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89D53F is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 213 | 63 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.16 |
| HSL | 90.4º | 0.64% | 0.54% | - |
| HSV(B) | 90.4º | 0.7% | 0.84% | - |
| XYZ | 35.01 | 53.27 | 13.14 | - |
| YUV | 173.18 | 65.82 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 213 | 63 | 0.36 | 0 | 0.70 | 0.16 | 90.4 | 0.64 | 0.54 |
| Hex | 89 | D5 | 3F | 24 | 0 | 46 | 10 | 5A | 40 | 36 |
| Octal | 211 | 325 | 77 | 44 | 0 | 106 | 20 | 132 | 100 | 66 |
| Binary | 10001001 | 11010101 | 111111 | 100100 | 0 | 1000110 | 10000 | 1011010 | 1000000 | 110110 |
Color Harmonies of #89D53F
Complementary color
Monochromatic Colors of #89D53F
Black with #89D53F
Text Example
Text Example
White with #89D53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D53F; }
p { color: rgb(137,213,63); }
H1.HeaderClassName
{
color: #89D53F;
}
.AnyTagClassName
{
color: #89D53F;
}
</style>
background-color css
<style>
a { background-color: #89D53F; }
a { background-color: rgb(137,213,63); }
div.DivClassName
{
background-color: #89D53F;
}
.BgClassName
{
background-color: #89D53F;
}
</style>
border-color css
<style>
span { border-color: #89D53F; }
span { border-color: rgb(137,213,63); }
td.TdClassName
{
border-color: #89D53F;
}
.TagClassName
{
border-color: #89D53F;
}
</style>