Shades of Atlantis #89ED42
Tints of Atlantis #89ED42
RGB
CMYK
RGB Variations
Color information
#89ED42 (or 0x89ED42) is known color: Atlantis. HEX triplet: 89, ED and 42. RGB value is (137,237,66). Sum of RGB (Red+Green+Blue) = 137+237+66=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #89ED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89ED42 is #7612BD. Grayscale: #BCBCBC. Windows color (decimal): -7738046 or 4386185. OLE color: 4386185.
HSL color Cylindrical-coordinate representation of color #89ED42: hue angle of 95.09º degrees, saturation: 0.83, 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 #89ED42 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 237 | 66 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.07 |
| HSL | 95.09º | 0.83% | 0.59% | - |
| HSV(B) | 95.09º | 0.72% | 0.93% | - |
| XYZ | 41.58 | 66.28 | 15.76 | - |
| YUV | 187.61 | 59.37 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 66 | 0.42 | 0 | 0.72 | 0.07 | 95.09 | 0.83 | 0.59 |
| Hex | 89 | ED | 42 | 2A | 0 | 48 | 7 | 5F | 53 | 3B |
| Octal | 211 | 355 | 102 | 52 | 0 | 110 | 7 | 137 | 123 | 73 |
| Binary | 10001001 | 11101101 | 1000010 | 101010 | 0 | 1001000 | 111 | 1011111 | 1010011 | 111011 |
Color Harmonies of #89ED42
Complementary color
Monochromatic Colors of #89ED42
Black with #89ED42
Text Example
Text Example
White with #89ED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ED42; }
p { color: rgb(137,237,66); }
H1.HeaderClassName
{
color: #89ED42;
}
.AnyTagClassName
{
color: #89ED42;
}
</style>
background-color css
<style>
a { background-color: #89ED42; }
a { background-color: rgb(137,237,66); }
div.DivClassName
{
background-color: #89ED42;
}
.BgClassName
{
background-color: #89ED42;
}
</style>
border-color css
<style>
span { border-color: #89ED42; }
span { border-color: rgb(137,237,66); }
td.TdClassName
{
border-color: #89ED42;
}
.TagClassName
{
border-color: #89ED42;
}
</style>