Shades of Atlantis #88EB32
Tints of Atlantis #88EB32
RGB
CMYK
RGB Variations
Color information
#88EB32 (or 0x88EB32) is known color: Atlantis. HEX triplet: 88, EB and 32. RGB value is (136,235,50). Sum of RGB (Red+Green+Blue) = 136+235+50=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 235 (92.19% from 255 or 55.82% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 235 - color contains mainly: green. Hex color #88EB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88EB32 is #7714CD. Grayscale: #B8B8B8. Windows color (decimal): -7804110 or 3337096. OLE color: 3337096.
HSL color Cylindrical-coordinate representation of color #88EB32: hue angle of 92.11º 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 #88EB32 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 235 | 50 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.08 |
| HSL | 92.11º | 0.82% | 0.56% | - |
| HSV(B) | 92.11º | 0.79% | 0.92% | - |
| XYZ | 40.44 | 64.88 | 13.41 | - |
| YUV | 184.31 | 52.2 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 235 | 50 | 0.42 | 0 | 0.79 | 0.08 | 92.11 | 0.82 | 0.56 |
| Hex | 88 | EB | 32 | 2A | 0 | 4F | 8 | 5C | 52 | 38 |
| Octal | 210 | 353 | 62 | 52 | 0 | 117 | 10 | 134 | 122 | 70 |
| Binary | 10001000 | 11101011 | 110010 | 101010 | 0 | 1001111 | 1000 | 1011100 | 1010010 | 111000 |
Color Harmonies of #88EB32
Complementary color
Monochromatic Colors of #88EB32
Black with #88EB32
Text Example
Text Example
White with #88EB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88EB32; }
p { color: rgb(136,235,50); }
H1.HeaderClassName
{
color: #88EB32;
}
.AnyTagClassName
{
color: #88EB32;
}
</style>
background-color css
<style>
a { background-color: #88EB32; }
a { background-color: rgb(136,235,50); }
div.DivClassName
{
background-color: #88EB32;
}
.BgClassName
{
background-color: #88EB32;
}
</style>
border-color css
<style>
span { border-color: #88EB32; }
span { border-color: rgb(136,235,50); }
td.TdClassName
{
border-color: #88EB32;
}
.TagClassName
{
border-color: #88EB32;
}
</style>