Shades of Atlantis #88DF40
Tints of Atlantis #88DF40
RGB
CMYK
RGB Variations
Color information
#88DF40 (or 0x88DF40) is known color: Atlantis. HEX triplet: 88, DF and 40. RGB value is (136,223,64). Sum of RGB (Red+Green+Blue) = 136+223+64=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #88DF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88DF40 is #7720BF. Grayscale: #B3B3B3. Windows color (decimal): -7807168 or 4251528. OLE color: 4251528.
HSL color Cylindrical-coordinate representation of color #88DF40: hue angle of 92.83º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88DF40 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 223 | 64 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.13 |
| HSL | 92.83º | 0.71% | 0.56% | - |
| HSV(B) | 92.83º | 0.71% | 0.87% | - |
| XYZ | 37.47 | 58.38 | 14.14 | - |
| YUV | 178.86 | 63.18 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 223 | 64 | 0.39 | 0 | 0.71 | 0.13 | 92.83 | 0.71 | 0.56 |
| Hex | 88 | DF | 40 | 27 | 0 | 47 | D | 5D | 47 | 38 |
| Octal | 210 | 337 | 100 | 47 | 0 | 107 | 15 | 135 | 107 | 70 |
| Binary | 10001000 | 11011111 | 1000000 | 100111 | 0 | 1000111 | 1101 | 1011101 | 1000111 | 111000 |
Color Harmonies of #88DF40
Complementary color
Monochromatic Colors of #88DF40
Black with #88DF40
Text Example
Text Example
White with #88DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DF40; }
p { color: rgb(136,223,64); }
H1.HeaderClassName
{
color: #88DF40;
}
.AnyTagClassName
{
color: #88DF40;
}
</style>
background-color css
<style>
a { background-color: #88DF40; }
a { background-color: rgb(136,223,64); }
div.DivClassName
{
background-color: #88DF40;
}
.BgClassName
{
background-color: #88DF40;
}
</style>
border-color css
<style>
span { border-color: #88DF40; }
span { border-color: rgb(136,223,64); }
td.TdClassName
{
border-color: #88DF40;
}
.TagClassName
{
border-color: #88DF40;
}
</style>