Shades of Atlantis #88D243
Tints of Atlantis #88D243
RGB
CMYK
RGB Variations
Color information
#88D243 (or 0x88D243) is known color: Atlantis. HEX triplet: 88, D2 and 43. RGB value is (136,210,67). Sum of RGB (Red+Green+Blue) = 136+210+67=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 67 (26.56% from 255 or 16.22% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #88D243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88D243 is #772DBC. Grayscale: #ACACAC. Windows color (decimal): -7810493 or 4444808. OLE color: 4444808.
HSL color Cylindrical-coordinate representation of color #88D243: hue angle of 91.05º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88D243 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 210 | 67 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.18 |
| HSL | 91.05º | 0.61% | 0.54% | - |
| HSV(B) | 91.05º | 0.68% | 0.82% | - |
| XYZ | 34.21 | 51.73 | 13.49 | - |
| YUV | 171.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 67 | 0.35 | 0 | 0.68 | 0.18 | 91.05 | 0.61 | 0.54 |
| Hex | 88 | D2 | 43 | 23 | 0 | 44 | 12 | 5B | 3D | 36 |
| Octal | 210 | 322 | 103 | 43 | 0 | 104 | 22 | 133 | 75 | 66 |
| Binary | 10001000 | 11010010 | 1000011 | 100011 | 0 | 1000100 | 10010 | 1011011 | 111101 | 110110 |
Color Harmonies of #88D243
Complementary color
Monochromatic Colors of #88D243
Black with #88D243
Text Example
Text Example
White with #88D243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D243; }
p { color: rgb(136,210,67); }
H1.HeaderClassName
{
color: #88D243;
}
.AnyTagClassName
{
color: #88D243;
}
</style>
background-color css
<style>
a { background-color: #88D243; }
a { background-color: rgb(136,210,67); }
div.DivClassName
{
background-color: #88D243;
}
.BgClassName
{
background-color: #88D243;
}
</style>
border-color css
<style>
span { border-color: #88D243; }
span { border-color: rgb(136,210,67); }
td.TdClassName
{
border-color: #88D243;
}
.TagClassName
{
border-color: #88D243;
}
</style>