Shades of Atlantis #88E13E
Tints of Atlantis #88E13E
RGB
CMYK
RGB Variations
Color information
#88E13E (or 0x88E13E) is known color: Atlantis. HEX triplet: 88, E1 and 3E. RGB value is (136,225,62). Sum of RGB (Red+Green+Blue) = 136+225+62=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #88E13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88E13E is #771EC1. Grayscale: #B4B4B4. Windows color (decimal): -7806658 or 4120968. OLE color: 4120968.
HSL color Cylindrical-coordinate representation of color #88E13E: hue angle of 92.76º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88E13E is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 225 | 62 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.12 |
| HSL | 92.76º | 0.73% | 0.56% | - |
| HSV(B) | 92.76º | 0.72% | 0.88% | - |
| XYZ | 37.95 | 59.43 | 14.03 | - |
| YUV | 179.81 | 61.51 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 225 | 62 | 0.40 | 0 | 0.72 | 0.12 | 92.76 | 0.73 | 0.56 |
| Hex | 88 | E1 | 3E | 28 | 0 | 48 | C | 5D | 49 | 38 |
| Octal | 210 | 341 | 76 | 50 | 0 | 110 | 14 | 135 | 111 | 70 |
| Binary | 10001000 | 11100001 | 111110 | 101000 | 0 | 1001000 | 1100 | 1011101 | 1001001 | 111000 |
Color Harmonies of #88E13E
Complementary color
Monochromatic Colors of #88E13E
Black with #88E13E
Text Example
Text Example
White with #88E13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E13E; }
p { color: rgb(136,225,62); }
H1.HeaderClassName
{
color: #88E13E;
}
.AnyTagClassName
{
color: #88E13E;
}
</style>
background-color css
<style>
a { background-color: #88E13E; }
a { background-color: rgb(136,225,62); }
div.DivClassName
{
background-color: #88E13E;
}
.BgClassName
{
background-color: #88E13E;
}
</style>
border-color css
<style>
span { border-color: #88E13E; }
span { border-color: rgb(136,225,62); }
td.TdClassName
{
border-color: #88E13E;
}
.TagClassName
{
border-color: #88E13E;
}
</style>