Shades of Atlantis #89EC41
Tints of Atlantis #89EC41
RGB
CMYK
RGB Variations
Color information
#89EC41 (or 0x89EC41) is known color: Atlantis. HEX triplet: 89, EC and 41. RGB value is (137,236,65). Sum of RGB (Red+Green+Blue) = 137+236+65=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #89EC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EC41 is #7613BE. Grayscale: #BBBBBB. Windows color (decimal): -7738303 or 4320393. OLE color: 4320393.
HSL color Cylindrical-coordinate representation of color #89EC41: hue angle of 94.74º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89EC41 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 236 | 65 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.07 |
| HSL | 94.74º | 0.82% | 0.59% | - |
| HSV(B) | 94.74º | 0.72% | 0.93% | - |
| XYZ | 41.27 | 65.69 | 15.51 | - |
| YUV | 186.91 | 59.2 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 236 | 65 | 0.42 | 0 | 0.72 | 0.07 | 94.74 | 0.82 | 0.59 |
| Hex | 89 | EC | 41 | 2A | 0 | 48 | 7 | 5F | 52 | 3B |
| Octal | 211 | 354 | 101 | 52 | 0 | 110 | 7 | 137 | 122 | 73 |
| Binary | 10001001 | 11101100 | 1000001 | 101010 | 0 | 1001000 | 111 | 1011111 | 1010010 | 111011 |
Color Harmonies of #89EC41
Complementary color
Monochromatic Colors of #89EC41
Black with #89EC41
Text Example
Text Example
White with #89EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EC41; }
p { color: rgb(137,236,65); }
H1.HeaderClassName
{
color: #89EC41;
}
.AnyTagClassName
{
color: #89EC41;
}
</style>
background-color css
<style>
a { background-color: #89EC41; }
a { background-color: rgb(137,236,65); }
div.DivClassName
{
background-color: #89EC41;
}
.BgClassName
{
background-color: #89EC41;
}
</style>
border-color css
<style>
span { border-color: #89EC41; }
span { border-color: rgb(137,236,65); }
td.TdClassName
{
border-color: #89EC41;
}
.TagClassName
{
border-color: #89EC41;
}
</style>