Shades of Atlantis #88DF33
Tints of Atlantis #88DF33
RGB
CMYK
RGB Variations
Color information
#88DF33 (or 0x88DF33) is known color: Atlantis. HEX triplet: 88, DF and 33. RGB value is (136,223,51). Sum of RGB (Red+Green+Blue) = 136+223+51=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #88DF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88DF33 is #7720CC. Grayscale: #B1B1B1. Windows color (decimal): -7807181 or 3399560. OLE color: 3399560.
HSL color Cylindrical-coordinate representation of color #88DF33: hue angle of 90.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88DF33 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 223 | 51 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.13 |
| HSL | 90.35º | 0.73% | 0.54% | - |
| HSV(B) | 90.35º | 0.77% | 0.87% | - |
| XYZ | 37.14 | 58.25 | 12.42 | - |
| YUV | 177.38 | 56.68 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 223 | 51 | 0.39 | 0 | 0.77 | 0.13 | 90.35 | 0.73 | 0.54 |
| Hex | 88 | DF | 33 | 27 | 0 | 4D | D | 5A | 49 | 36 |
| Octal | 210 | 337 | 63 | 47 | 0 | 115 | 15 | 132 | 111 | 66 |
| Binary | 10001000 | 11011111 | 110011 | 100111 | 0 | 1001101 | 1101 | 1011010 | 1001001 | 110110 |
Color Harmonies of #88DF33
Complementary color
Monochromatic Colors of #88DF33
Black with #88DF33
Text Example
Text Example
White with #88DF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DF33; }
p { color: rgb(136,223,51); }
H1.HeaderClassName
{
color: #88DF33;
}
.AnyTagClassName
{
color: #88DF33;
}
</style>
background-color css
<style>
a { background-color: #88DF33; }
a { background-color: rgb(136,223,51); }
div.DivClassName
{
background-color: #88DF33;
}
.BgClassName
{
background-color: #88DF33;
}
</style>
border-color css
<style>
span { border-color: #88DF33; }
span { border-color: rgb(136,223,51); }
td.TdClassName
{
border-color: #88DF33;
}
.TagClassName
{
border-color: #88DF33;
}
</style>