Shades of Atlantis #89DA3D
Tints of Atlantis #89DA3D
RGB
CMYK
RGB Variations
Color information
#89DA3D (or 0x89DA3D) is known color: Atlantis. HEX triplet: 89, DA and 3D. RGB value is (137,218,61). Sum of RGB (Red+Green+Blue) = 137+218+61=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #89DA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89DA3D is #7625C2. Grayscale: #B0B0B0. Windows color (decimal): -7742915 or 4053641. OLE color: 4053641.
HSL color Cylindrical-coordinate representation of color #89DA3D: hue angle of 90.96º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89DA3D is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 218 | 61 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.15 |
| HSL | 90.96º | 0.68% | 0.55% | - |
| HSV(B) | 90.96º | 0.72% | 0.85% | - |
| XYZ | 36.23 | 55.8 | 13.28 | - |
| YUV | 175.88 | 63.16 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 218 | 61 | 0.37 | 0 | 0.72 | 0.15 | 90.96 | 0.68 | 0.55 |
| Hex | 89 | DA | 3D | 25 | 0 | 48 | F | 5B | 44 | 37 |
| Octal | 211 | 332 | 75 | 45 | 0 | 110 | 17 | 133 | 104 | 67 |
| Binary | 10001001 | 11011010 | 111101 | 100101 | 0 | 1001000 | 1111 | 1011011 | 1000100 | 110111 |
Color Harmonies of #89DA3D
Complementary color
Monochromatic Colors of #89DA3D
Black with #89DA3D
Text Example
Text Example
White with #89DA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89DA3D; }
p { color: rgb(137,218,61); }
H1.HeaderClassName
{
color: #89DA3D;
}
.AnyTagClassName
{
color: #89DA3D;
}
</style>
background-color css
<style>
a { background-color: #89DA3D; }
a { background-color: rgb(137,218,61); }
div.DivClassName
{
background-color: #89DA3D;
}
.BgClassName
{
background-color: #89DA3D;
}
</style>
border-color css
<style>
span { border-color: #89DA3D; }
span { border-color: rgb(137,218,61); }
td.TdClassName
{
border-color: #89DA3D;
}
.TagClassName
{
border-color: #89DA3D;
}
</style>