Shades of Atlantis #88D23F
Tints of Atlantis #88D23F
RGB
CMYK
RGB Variations
Color information
#88D23F (or 0x88D23F) is known color: Atlantis. HEX triplet: 88, D2 and 3F. RGB value is (136,210,63). Sum of RGB (Red+Green+Blue) = 136+210+63=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #88D23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88D23F is #772DC0. Grayscale: #ABABAB. Windows color (decimal): -7810497 or 4182664. OLE color: 4182664.
HSL color Cylindrical-coordinate representation of color #88D23F: hue angle of 90.2º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88D23F is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 210 | 63 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.18 |
| HSL | 90.2º | 0.62% | 0.54% | - |
| HSV(B) | 90.2º | 0.7% | 0.82% | - |
| XYZ | 34.1 | 51.69 | 12.88 | - |
| YUV | 171.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 63 | 0.35 | 0 | 0.70 | 0.18 | 90.2 | 0.62 | 0.54 |
| Hex | 88 | D2 | 3F | 23 | 0 | 46 | 12 | 5A | 3E | 36 |
| Octal | 210 | 322 | 77 | 43 | 0 | 106 | 22 | 132 | 76 | 66 |
| Binary | 10001000 | 11010010 | 111111 | 100011 | 0 | 1000110 | 10010 | 1011010 | 111110 | 110110 |
Color Harmonies of #88D23F
Complementary color
Monochromatic Colors of #88D23F
Black with #88D23F
Text Example
Text Example
White with #88D23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D23F; }
p { color: rgb(136,210,63); }
H1.HeaderClassName
{
color: #88D23F;
}
.AnyTagClassName
{
color: #88D23F;
}
</style>
background-color css
<style>
a { background-color: #88D23F; }
a { background-color: rgb(136,210,63); }
div.DivClassName
{
background-color: #88D23F;
}
.BgClassName
{
background-color: #88D23F;
}
</style>
border-color css
<style>
span { border-color: #88D23F; }
span { border-color: rgb(136,210,63); }
td.TdClassName
{
border-color: #88D23F;
}
.TagClassName
{
border-color: #88D23F;
}
</style>