Shades of Atlantis #89D73D
Tints of Atlantis #89D73D
RGB
CMYK
RGB Variations
Color information
#89D73D (or 0x89D73D) is known color: Atlantis. HEX triplet: 89, D7 and 3D. RGB value is (137,215,61). Sum of RGB (Red+Green+Blue) = 137+215+61=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #89D73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89D73D is #7628C2. Grayscale: #AEAEAE. Windows color (decimal): -7743683 or 4052873. OLE color: 4052873.
HSL color Cylindrical-coordinate representation of color #89D73D: hue angle of 90.39º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89D73D is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 215 | 61 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.16 |
| HSL | 90.39º | 0.66% | 0.54% | - |
| HSV(B) | 90.39º | 0.72% | 0.84% | - |
| XYZ | 35.46 | 54.26 | 13.02 | - |
| YUV | 174.12 | 64.16 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 215 | 61 | 0.36 | 0 | 0.72 | 0.16 | 90.39 | 0.66 | 0.54 |
| Hex | 89 | D7 | 3D | 24 | 0 | 48 | 10 | 5A | 42 | 36 |
| Octal | 211 | 327 | 75 | 44 | 0 | 110 | 20 | 132 | 102 | 66 |
| Binary | 10001001 | 11010111 | 111101 | 100100 | 0 | 1001000 | 10000 | 1011010 | 1000010 | 110110 |
Color Harmonies of #89D73D
Complementary color
Monochromatic Colors of #89D73D
Black with #89D73D
Text Example
Text Example
White with #89D73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D73D; }
p { color: rgb(137,215,61); }
H1.HeaderClassName
{
color: #89D73D;
}
.AnyTagClassName
{
color: #89D73D;
}
</style>
background-color css
<style>
a { background-color: #89D73D; }
a { background-color: rgb(137,215,61); }
div.DivClassName
{
background-color: #89D73D;
}
.BgClassName
{
background-color: #89D73D;
}
</style>
border-color css
<style>
span { border-color: #89D73D; }
span { border-color: rgb(137,215,61); }
td.TdClassName
{
border-color: #89D73D;
}
.TagClassName
{
border-color: #89D73D;
}
</style>