Shades of Atlantis #88E736
Tints of Atlantis #88E736
RGB
CMYK
RGB Variations
Color information
#88E736 (or 0x88E736) is known color: Atlantis. HEX triplet: 88, E7 and 36. RGB value is (136,231,54). Sum of RGB (Red+Green+Blue) = 136+231+54=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 231 (90.62% from 255 or 54.87% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 231 - color contains mainly: green. Hex color #88E736 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88E736 is #7718C9. Grayscale: #B7B7B7. Windows color (decimal): -7805130 or 3598216. OLE color: 3598216.
HSL color Cylindrical-coordinate representation of color #88E736: hue angle of 92.2º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88E736 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 231 | 54 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.09 |
| HSL | 92.2º | 0.79% | 0.56% | - |
| HSV(B) | 92.2º | 0.77% | 0.91% | - |
| XYZ | 39.4 | 62.65 | 13.51 | - |
| YUV | 182.42 | 55.53 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 231 | 54 | 0.41 | 0 | 0.77 | 0.09 | 92.2 | 0.79 | 0.56 |
| Hex | 88 | E7 | 36 | 29 | 0 | 4D | 9 | 5C | 4F | 38 |
| Octal | 210 | 347 | 66 | 51 | 0 | 115 | 11 | 134 | 117 | 70 |
| Binary | 10001000 | 11100111 | 110110 | 101001 | 0 | 1001101 | 1001 | 1011100 | 1001111 | 111000 |
Color Harmonies of #88E736
Complementary color
Monochromatic Colors of #88E736
Black with #88E736
Text Example
Text Example
White with #88E736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88E736; }
p { color: rgb(136,231,54); }
H1.HeaderClassName
{
color: #88E736;
}
.AnyTagClassName
{
color: #88E736;
}
</style>
background-color css
<style>
a { background-color: #88E736; }
a { background-color: rgb(136,231,54); }
div.DivClassName
{
background-color: #88E736;
}
.BgClassName
{
background-color: #88E736;
}
</style>
border-color css
<style>
span { border-color: #88E736; }
span { border-color: rgb(136,231,54); }
td.TdClassName
{
border-color: #88E736;
}
.TagClassName
{
border-color: #88E736;
}
</style>