Shades of Atlantis #89D641
Tints of Atlantis #89D641
RGB
CMYK
RGB Variations
Color information
#89D641 (or 0x89D641) is known color: Atlantis. HEX triplet: 89, D6 and 41. RGB value is (137,214,65). Sum of RGB (Red+Green+Blue) = 137+214+65=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #89D641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89D641 is #7629BE. Grayscale: #AEAEAE. Windows color (decimal): -7743935 or 4314761. OLE color: 4314761.
HSL color Cylindrical-coordinate representation of color #89D641: hue angle of 91.01º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #89D641 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 214 | 65 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.16 |
| HSL | 91.01º | 0.65% | 0.55% | - |
| HSV(B) | 91.01º | 0.7% | 0.84% | - |
| XYZ | 35.32 | 53.79 | 13.52 | - |
| YUV | 173.99 | 66.49 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 214 | 65 | 0.36 | 0 | 0.70 | 0.16 | 91.01 | 0.65 | 0.55 |
| Hex | 89 | D6 | 41 | 24 | 0 | 46 | 10 | 5B | 41 | 37 |
| Octal | 211 | 326 | 101 | 44 | 0 | 106 | 20 | 133 | 101 | 67 |
| Binary | 10001001 | 11010110 | 1000001 | 100100 | 0 | 1000110 | 10000 | 1011011 | 1000001 | 110111 |
Color Harmonies of #89D641
Complementary color
Monochromatic Colors of #89D641
Black with #89D641
Text Example
Text Example
White with #89D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89D641; }
p { color: rgb(137,214,65); }
H1.HeaderClassName
{
color: #89D641;
}
.AnyTagClassName
{
color: #89D641;
}
</style>
background-color css
<style>
a { background-color: #89D641; }
a { background-color: rgb(137,214,65); }
div.DivClassName
{
background-color: #89D641;
}
.BgClassName
{
background-color: #89D641;
}
</style>
border-color css
<style>
span { border-color: #89D641; }
span { border-color: rgb(137,214,65); }
td.TdClassName
{
border-color: #89D641;
}
.TagClassName
{
border-color: #89D641;
}
</style>