Shades of Atlantis #88D340
Tints of Atlantis #88D340
RGB
CMYK
RGB Variations
Color information
#88D340 (or 0x88D340) is known color: Atlantis. HEX triplet: 88, D3 and 40. RGB value is (136,211,64). Sum of RGB (Red+Green+Blue) = 136+211+64=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #88D340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88D340 is #772CBF. Grayscale: #ACACAC. Windows color (decimal): -7810240 or 4248456. OLE color: 4248456.
HSL color Cylindrical-coordinate representation of color #88D340: hue angle of 90.61º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88D340 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 211 | 64 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.17 |
| HSL | 90.61º | 0.63% | 0.54% | - |
| HSV(B) | 90.61º | 0.7% | 0.83% | - |
| XYZ | 34.37 | 52.19 | 13.11 | - |
| YUV | 171.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 211 | 64 | 0.36 | 0 | 0.70 | 0.17 | 90.61 | 0.63 | 0.54 |
| Hex | 88 | D3 | 40 | 24 | 0 | 46 | 11 | 5B | 3F | 36 |
| Octal | 210 | 323 | 100 | 44 | 0 | 106 | 21 | 133 | 77 | 66 |
| Binary | 10001000 | 11010011 | 1000000 | 100100 | 0 | 1000110 | 10001 | 1011011 | 111111 | 110110 |
Color Harmonies of #88D340
Complementary color
Monochromatic Colors of #88D340
Black with #88D340
Text Example
Text Example
White with #88D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D340; }
p { color: rgb(136,211,64); }
H1.HeaderClassName
{
color: #88D340;
}
.AnyTagClassName
{
color: #88D340;
}
</style>
background-color css
<style>
a { background-color: #88D340; }
a { background-color: rgb(136,211,64); }
div.DivClassName
{
background-color: #88D340;
}
.BgClassName
{
background-color: #88D340;
}
</style>
border-color css
<style>
span { border-color: #88D340; }
span { border-color: rgb(136,211,64); }
td.TdClassName
{
border-color: #88D340;
}
.TagClassName
{
border-color: #88D340;
}
</style>