Shades of Atlantis #88D339
Tints of Atlantis #88D339
RGB
CMYK
RGB Variations
Color information
#88D339 (or 0x88D339) is known color: Atlantis. HEX triplet: 88, D3 and 39. RGB value is (136,211,57). Sum of RGB (Red+Green+Blue) = 136+211+57=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #88D339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88D339 is #772CC6. Grayscale: #ABABAB. Windows color (decimal): -7810247 or 3789704. OLE color: 3789704.
HSL color Cylindrical-coordinate representation of color #88D339: hue angle of 89.22º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88D339 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 211 | 57 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.17 |
| HSL | 89.22º | 0.64% | 0.53% | - |
| HSV(B) | 89.22º | 0.73% | 0.83% | - |
| XYZ | 34.19 | 52.12 | 12.13 | - |
| YUV | 171.02 | 63.65 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 211 | 57 | 0.36 | 0 | 0.73 | 0.17 | 89.22 | 0.64 | 0.53 |
| Hex | 88 | D3 | 39 | 24 | 0 | 49 | 11 | 59 | 40 | 35 |
| Octal | 210 | 323 | 71 | 44 | 0 | 111 | 21 | 131 | 100 | 65 |
| Binary | 10001000 | 11010011 | 111001 | 100100 | 0 | 1001001 | 10001 | 1011001 | 1000000 | 110101 |
Color Harmonies of #88D339
Complementary color
Monochromatic Colors of #88D339
Black with #88D339
Text Example
Text Example
White with #88D339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D339; }
p { color: rgb(136,211,57); }
H1.HeaderClassName
{
color: #88D339;
}
.AnyTagClassName
{
color: #88D339;
}
</style>
background-color css
<style>
a { background-color: #88D339; }
a { background-color: rgb(136,211,57); }
div.DivClassName
{
background-color: #88D339;
}
.BgClassName
{
background-color: #88D339;
}
</style>
border-color css
<style>
span { border-color: #88D339; }
span { border-color: rgb(136,211,57); }
td.TdClassName
{
border-color: #88D339;
}
.TagClassName
{
border-color: #88D339;
}
</style>