Shades of Atlantis #88E938
Tints of Atlantis #88E938
RGB
CMYK
RGB Variations
Color information
#88E938 (or 0x88E938) is known color: Atlantis. HEX triplet: 88, E9 and 38. RGB value is (136,233,56). Sum of RGB (Red+Green+Blue) = 136+233+56=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #88E938 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88E938 is #7716C7. Grayscale: #B8B8B8. Windows color (decimal): -7804616 or 3729800. OLE color: 3729800.
HSL color Cylindrical-coordinate representation of color #88E938: hue angle of 92.88º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88E938 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 233 | 56 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.09 |
| HSL | 92.88º | 0.8% | 0.57% | - |
| HSV(B) | 92.88º | 0.76% | 0.91% | - |
| XYZ | 40.01 | 63.8 | 13.95 | - |
| YUV | 183.82 | 55.86 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 233 | 56 | 0.42 | 0 | 0.76 | 0.09 | 92.88 | 0.8 | 0.57 |
| Hex | 88 | E9 | 38 | 2A | 0 | 4C | 9 | 5D | 50 | 39 |
| Octal | 210 | 351 | 70 | 52 | 0 | 114 | 11 | 135 | 120 | 71 |
| Binary | 10001000 | 11101001 | 111000 | 101010 | 0 | 1001100 | 1001 | 1011101 | 1010000 | 111001 |
Color Harmonies of #88E938
Complementary color
Monochromatic Colors of #88E938
Black with #88E938
Text Example
Text Example
White with #88E938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E938; }
p { color: rgb(136,233,56); }
H1.HeaderClassName
{
color: #88E938;
}
.AnyTagClassName
{
color: #88E938;
}
</style>
background-color css
<style>
a { background-color: #88E938; }
a { background-color: rgb(136,233,56); }
div.DivClassName
{
background-color: #88E938;
}
.BgClassName
{
background-color: #88E938;
}
</style>
border-color css
<style>
span { border-color: #88E938; }
span { border-color: rgb(136,233,56); }
td.TdClassName
{
border-color: #88E938;
}
.TagClassName
{
border-color: #88E938;
}
</style>