Shades of Atlantis #88CC42
Tints of Atlantis #88CC42
RGB
CMYK
RGB Variations
Color information
#88CC42 (or 0x88CC42) is known color: Atlantis. HEX triplet: 88, CC and 42. RGB value is (136,204,66). Sum of RGB (Red+Green+Blue) = 136+204+66=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CC42 is #7733BD. Grayscale: #A8A8A8. Windows color (decimal): -7812030 or 4377736. OLE color: 4377736.
HSL color Cylindrical-coordinate representation of color #88CC42: hue angle of 89.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88CC42 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 66 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.2 |
| HSL | 89.57º | 0.58% | 0.53% | - |
| HSV(B) | 89.57º | 0.68% | 0.8% | - |
| XYZ | 32.73 | 48.81 | 12.85 | - |
| YUV | 167.94 | 70.47 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 66 | 0.33 | 0 | 0.68 | 0.2 | 89.57 | 0.58 | 0.53 |
| Hex | 88 | CC | 42 | 21 | 0 | 44 | 14 | 5A | 3A | 35 |
| Octal | 210 | 314 | 102 | 41 | 0 | 104 | 24 | 132 | 72 | 65 |
| Binary | 10001000 | 11001100 | 1000010 | 100001 | 0 | 1000100 | 10100 | 1011010 | 111010 | 110101 |
Color Harmonies of #88CC42
Complementary color
Monochromatic Colors of #88CC42
Black with #88CC42
Text Example
Text Example
White with #88CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CC42; }
p { color: rgb(136,204,66); }
H1.HeaderClassName
{
color: #88CC42;
}
.AnyTagClassName
{
color: #88CC42;
}
</style>
background-color css
<style>
a { background-color: #88CC42; }
a { background-color: rgb(136,204,66); }
div.DivClassName
{
background-color: #88CC42;
}
.BgClassName
{
background-color: #88CC42;
}
</style>
border-color css
<style>
span { border-color: #88CC42; }
span { border-color: rgb(136,204,66); }
td.TdClassName
{
border-color: #88CC42;
}
.TagClassName
{
border-color: #88CC42;
}
</style>