Shades of Atlantis #88C340
Tints of Atlantis #88C340
RGB
CMYK
RGB Variations
Color information
#88C340 (or 0x88C340) is known color: Atlantis. HEX triplet: 88, C3 and 40. RGB value is (136,195,64). Sum of RGB (Red+Green+Blue) = 136+195+64=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #88C340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C340 is #773CBF. Grayscale: #A2A2A2. Windows color (decimal): -7814336 or 4244360. OLE color: 4244360.
HSL color Cylindrical-coordinate representation of color #88C340: hue angle of 87.02º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88C340 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 64 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.24 |
| HSL | 87.02º | 0.52% | 0.51% | - |
| HSV(B) | 87.02º | 0.67% | 0.76% | - |
| XYZ | 30.59 | 44.63 | 11.85 | - |
| YUV | 162.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 64 | 0.30 | 0 | 0.67 | 0.24 | 87.02 | 0.52 | 0.51 |
| Hex | 88 | C3 | 40 | 1E | 0 | 43 | 18 | 57 | 34 | 33 |
| Octal | 210 | 303 | 100 | 36 | 0 | 103 | 30 | 127 | 64 | 63 |
| Binary | 10001000 | 11000011 | 1000000 | 11110 | 0 | 1000011 | 11000 | 1010111 | 110100 | 110011 |
Color Harmonies of #88C340
Complementary color
Monochromatic Colors of #88C340
Black with #88C340
Text Example
Text Example
White with #88C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C340; }
p { color: rgb(136,195,64); }
H1.HeaderClassName
{
color: #88C340;
}
.AnyTagClassName
{
color: #88C340;
}
</style>
background-color css
<style>
a { background-color: #88C340; }
a { background-color: rgb(136,195,64); }
div.DivClassName
{
background-color: #88C340;
}
.BgClassName
{
background-color: #88C340;
}
</style>
border-color css
<style>
span { border-color: #88C340; }
span { border-color: rgb(136,195,64); }
td.TdClassName
{
border-color: #88C340;
}
.TagClassName
{
border-color: #88C340;
}
</style>