Shades of Atlantis #89ED41
Tints of Atlantis #89ED41
RGB
CMYK
RGB Variations
Color information
#89ED41 (or 0x89ED41) is known color: Atlantis. HEX triplet: 89, ED and 41. RGB value is (137,237,65). Sum of RGB (Red+Green+Blue) = 137+237+65=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #89ED41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89ED41 is #7612BE. Grayscale: #BCBCBC. Windows color (decimal): -7738047 or 4320649. OLE color: 4320649.
HSL color Cylindrical-coordinate representation of color #89ED41: hue angle of 94.88º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89ED41 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 237 | 65 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.07 |
| HSL | 94.88º | 0.83% | 0.59% | - |
| HSV(B) | 94.88º | 0.73% | 0.93% | - |
| XYZ | 41.55 | 66.27 | 15.6 | - |
| YUV | 187.49 | 58.87 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 65 | 0.42 | 0 | 0.73 | 0.07 | 94.88 | 0.83 | 0.59 |
| Hex | 89 | ED | 41 | 2A | 0 | 49 | 7 | 5F | 53 | 3B |
| Octal | 211 | 355 | 101 | 52 | 0 | 111 | 7 | 137 | 123 | 73 |
| Binary | 10001001 | 11101101 | 1000001 | 101010 | 0 | 1001001 | 111 | 1011111 | 1010011 | 111011 |
Color Harmonies of #89ED41
Complementary color
Monochromatic Colors of #89ED41
Black with #89ED41
Text Example
Text Example
White with #89ED41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ED41; }
p { color: rgb(137,237,65); }
H1.HeaderClassName
{
color: #89ED41;
}
.AnyTagClassName
{
color: #89ED41;
}
</style>
background-color css
<style>
a { background-color: #89ED41; }
a { background-color: rgb(137,237,65); }
div.DivClassName
{
background-color: #89ED41;
}
.BgClassName
{
background-color: #89ED41;
}
</style>
border-color css
<style>
span { border-color: #89ED41; }
span { border-color: rgb(137,237,65); }
td.TdClassName
{
border-color: #89ED41;
}
.TagClassName
{
border-color: #89ED41;
}
</style>