Shades of Atlantis #89EE34
Tints of Atlantis #89EE34
RGB
CMYK
RGB Variations
Color information
#89EE34 (or 0x89EE34) is known color: Atlantis. HEX triplet: 89, EE and 34. RGB value is (137,238,52). Sum of RGB (Red+Green+Blue) = 137+238+52=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 238 (93.36% from 255 or 55.74% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 238 - color contains mainly: green. Hex color #89EE34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EE34 is #7611CB. Grayscale: #BBBBBB. Windows color (decimal): -7737804 or 3468937. OLE color: 3468937.
HSL color Cylindrical-coordinate representation of color #89EE34: hue angle of 92.58º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #89EE34 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 238 | 52 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.07 |
| HSL | 92.58º | 0.85% | 0.57% | - |
| HSV(B) | 92.58º | 0.78% | 0.93% | - |
| XYZ | 41.51 | 66.72 | 13.94 | - |
| YUV | 186.6 | 52.04 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 238 | 52 | 0.42 | 0 | 0.78 | 0.07 | 92.58 | 0.85 | 0.57 |
| Hex | 89 | EE | 34 | 2A | 0 | 4E | 7 | 5D | 55 | 39 |
| Octal | 211 | 356 | 64 | 52 | 0 | 116 | 7 | 135 | 125 | 71 |
| Binary | 10001001 | 11101110 | 110100 | 101010 | 0 | 1001110 | 111 | 1011101 | 1010101 | 111001 |
Color Harmonies of #89EE34
Complementary color
Monochromatic Colors of #89EE34
Black with #89EE34
Text Example
Text Example
White with #89EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EE34; }
p { color: rgb(137,238,52); }
H1.HeaderClassName
{
color: #89EE34;
}
.AnyTagClassName
{
color: #89EE34;
}
</style>
background-color css
<style>
a { background-color: #89EE34; }
a { background-color: rgb(137,238,52); }
div.DivClassName
{
background-color: #89EE34;
}
.BgClassName
{
background-color: #89EE34;
}
</style>
border-color css
<style>
span { border-color: #89EE34; }
span { border-color: rgb(137,238,52); }
td.TdClassName
{
border-color: #89EE34;
}
.TagClassName
{
border-color: #89EE34;
}
</style>