Shades of Atlantis #89C53F
Tints of Atlantis #89C53F
RGB
CMYK
RGB Variations
Color information
#89C53F (or 0x89C53F) is known color: Atlantis. HEX triplet: 89, C5 and 3F. RGB value is (137,197,63). Sum of RGB (Red+Green+Blue) = 137+197+63=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #89C53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89C53F is #763AC0. Grayscale: #A4A4A4. Windows color (decimal): -7748289 or 4179337. OLE color: 4179337.
HSL color Cylindrical-coordinate representation of color #89C53F: hue angle of 86.87º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #89C53F is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 197 | 63 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.23 |
| HSL | 86.87º | 0.54% | 0.51% | - |
| HSV(B) | 86.87º | 0.68% | 0.77% | - |
| XYZ | 31.18 | 45.61 | 11.86 | - |
| YUV | 163.78 | 71.12 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 197 | 63 | 0.30 | 0 | 0.68 | 0.23 | 86.87 | 0.54 | 0.51 |
| Hex | 89 | C5 | 3F | 1E | 0 | 44 | 17 | 57 | 36 | 33 |
| Octal | 211 | 305 | 77 | 36 | 0 | 104 | 27 | 127 | 66 | 63 |
| Binary | 10001001 | 11000101 | 111111 | 11110 | 0 | 1000100 | 10111 | 1010111 | 110110 | 110011 |
Color Harmonies of #89C53F
Complementary color
Monochromatic Colors of #89C53F
Black with #89C53F
Text Example
Text Example
White with #89C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C53F; }
p { color: rgb(137,197,63); }
H1.HeaderClassName
{
color: #89C53F;
}
.AnyTagClassName
{
color: #89C53F;
}
</style>
background-color css
<style>
a { background-color: #89C53F; }
a { background-color: rgb(137,197,63); }
div.DivClassName
{
background-color: #89C53F;
}
.BgClassName
{
background-color: #89C53F;
}
</style>
border-color css
<style>
span { border-color: #89C53F; }
span { border-color: rgb(137,197,63); }
td.TdClassName
{
border-color: #89C53F;
}
.TagClassName
{
border-color: #89C53F;
}
</style>