Shades of Atlantis #89EB32
Tints of Atlantis #89EB32
RGB
CMYK
RGB Variations
Color information
#89EB32 (or 0x89EB32) is known color: Atlantis. HEX triplet: 89, EB and 32. RGB value is (137,235,50). Sum of RGB (Red+Green+Blue) = 137+235+50=422 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.46% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #89EB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #89EB32 is #7614CD. Grayscale: #B9B9B9. Windows color (decimal): -7738574 or 3337097. OLE color: 3337097.
HSL color Cylindrical-coordinate representation of color #89EB32: hue angle of 91.78º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #89EB32 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 235 | 50 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.08 |
| HSL | 91.78º | 0.82% | 0.56% | - |
| HSV(B) | 91.78º | 0.79% | 0.92% | - |
| XYZ | 40.6 | 64.97 | 13.42 | - |
| YUV | 184.61 | 52.03 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 235 | 50 | 0.42 | 0 | 0.79 | 0.08 | 91.78 | 0.82 | 0.56 |
| Hex | 89 | EB | 32 | 2A | 0 | 4F | 8 | 5C | 52 | 38 |
| Octal | 211 | 353 | 62 | 52 | 0 | 117 | 10 | 134 | 122 | 70 |
| Binary | 10001001 | 11101011 | 110010 | 101010 | 0 | 1001111 | 1000 | 1011100 | 1010010 | 111000 |
Color Harmonies of #89EB32
Complementary color
Monochromatic Colors of #89EB32
Black with #89EB32
Text Example
Text Example
White with #89EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EB32; }
p { color: rgb(137,235,50); }
H1.HeaderClassName
{
color: #89EB32;
}
.AnyTagClassName
{
color: #89EB32;
}
</style>
background-color css
<style>
a { background-color: #89EB32; }
a { background-color: rgb(137,235,50); }
div.DivClassName
{
background-color: #89EB32;
}
.BgClassName
{
background-color: #89EB32;
}
</style>
border-color css
<style>
span { border-color: #89EB32; }
span { border-color: rgb(137,235,50); }
td.TdClassName
{
border-color: #89EB32;
}
.TagClassName
{
border-color: #89EB32;
}
</style>