Shades of Atlantis #88DB42
Tints of Atlantis #88DB42
RGB
CMYK
RGB Variations
Color information
#88DB42 (or 0x88DB42) is known color: Atlantis. HEX triplet: 88, DB and 42. RGB value is (136,219,66). Sum of RGB (Red+Green+Blue) = 136+219+66=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88DB42 is #7724BD. Grayscale: #B1B1B1. Windows color (decimal): -7808190 or 4381576. OLE color: 4381576.
HSL color Cylindrical-coordinate representation of color #88DB42: hue angle of 92.55º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88DB42 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 66 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.14 |
| HSL | 92.55º | 0.68% | 0.56% | - |
| HSV(B) | 92.55º | 0.7% | 0.86% | - |
| XYZ | 36.47 | 56.29 | 14.1 | - |
| YUV | 176.74 | 65.5 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 66 | 0.38 | 0 | 0.70 | 0.14 | 92.55 | 0.68 | 0.56 |
| Hex | 88 | DB | 42 | 26 | 0 | 46 | E | 5D | 44 | 38 |
| Octal | 210 | 333 | 102 | 46 | 0 | 106 | 16 | 135 | 104 | 70 |
| Binary | 10001000 | 11011011 | 1000010 | 100110 | 0 | 1000110 | 1110 | 1011101 | 1000100 | 111000 |
Color Harmonies of #88DB42
Complementary color
Monochromatic Colors of #88DB42
Black with #88DB42
Text Example
Text Example
White with #88DB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB42; }
p { color: rgb(136,219,66); }
H1.HeaderClassName
{
color: #88DB42;
}
.AnyTagClassName
{
color: #88DB42;
}
</style>
background-color css
<style>
a { background-color: #88DB42; }
a { background-color: rgb(136,219,66); }
div.DivClassName
{
background-color: #88DB42;
}
.BgClassName
{
background-color: #88DB42;
}
</style>
border-color css
<style>
span { border-color: #88DB42; }
span { border-color: rgb(136,219,66); }
td.TdClassName
{
border-color: #88DB42;
}
.TagClassName
{
border-color: #88DB42;
}
</style>