Shades of Atlantis #89BE40
Tints of Atlantis #89BE40
RGB
CMYK
RGB Variations
Color information
#89BE40 (or 0x89BE40) is known color: Atlantis. HEX triplet: 89, BE and 40. RGB value is (137,190,64). Sum of RGB (Red+Green+Blue) = 137+190+64=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #89BE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #89BE40 is #7641BF. Grayscale: #A0A0A0. Windows color (decimal): -7750080 or 4243081. OLE color: 4243081.
HSL color Cylindrical-coordinate representation of color #89BE40: hue angle of 85.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89BE40 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 190 | 64 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.25 |
| HSL | 85.24º | 0.5% | 0.5% | - |
| HSV(B) | 85.24º | 0.66% | 0.75% | - |
| XYZ | 29.66 | 42.52 | 11.49 | - |
| YUV | 159.79 | 73.94 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 190 | 64 | 0.28 | 0 | 0.66 | 0.25 | 85.24 | 0.5 | 0.5 |
| Hex | 89 | BE | 40 | 1C | 0 | 42 | 19 | 55 | 32 | 32 |
| Octal | 211 | 276 | 100 | 34 | 0 | 102 | 31 | 125 | 62 | 62 |
| Binary | 10001001 | 10111110 | 1000000 | 11100 | 0 | 1000010 | 11001 | 1010101 | 110010 | 110010 |
Color Harmonies of #89BE40
Complementary color
Monochromatic Colors of #89BE40
Black with #89BE40
Text Example
Text Example
White with #89BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BE40; }
p { color: rgb(137,190,64); }
H1.HeaderClassName
{
color: #89BE40;
}
.AnyTagClassName
{
color: #89BE40;
}
</style>
background-color css
<style>
a { background-color: #89BE40; }
a { background-color: rgb(137,190,64); }
div.DivClassName
{
background-color: #89BE40;
}
.BgClassName
{
background-color: #89BE40;
}
</style>
border-color css
<style>
span { border-color: #89BE40; }
span { border-color: rgb(137,190,64); }
td.TdClassName
{
border-color: #89BE40;
}
.TagClassName
{
border-color: #89BE40;
}
</style>