Shades of Atlantis #88DA4A
Tints of Atlantis #88DA4A
RGB
CMYK
RGB Variations
Color information
#88DA4A (or 0x88DA4A) is known color: Atlantis. HEX triplet: 88, DA and 4A. RGB value is (136,218,74). Sum of RGB (Red+Green+Blue) = 136+218+74=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #88DA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88DA4A is #7725B5. Grayscale: #B1B1B1. Windows color (decimal): -7808438 or 4905608. OLE color: 4905608.
HSL color Cylindrical-coordinate representation of color #88DA4A: hue angle of 94.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88DA4A is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 218 | 74 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.15 |
| HSL | 94.17º | 0.66% | 0.57% | - |
| HSV(B) | 94.17º | 0.66% | 0.85% | - |
| XYZ | 36.46 | 55.87 | 15.34 | - |
| YUV | 177.07 | 69.83 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 218 | 74 | 0.38 | 0 | 0.66 | 0.15 | 94.17 | 0.66 | 0.57 |
| Hex | 88 | DA | 4A | 26 | 0 | 42 | F | 5E | 42 | 39 |
| Octal | 210 | 332 | 112 | 46 | 0 | 102 | 17 | 136 | 102 | 71 |
| Binary | 10001000 | 11011010 | 1001010 | 100110 | 0 | 1000010 | 1111 | 1011110 | 1000010 | 111001 |
Color Harmonies of #88DA4A
Complementary color
Monochromatic Colors of #88DA4A
Black with #88DA4A
Text Example
Text Example
White with #88DA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DA4A; }
p { color: rgb(136,218,74); }
H1.HeaderClassName
{
color: #88DA4A;
}
.AnyTagClassName
{
color: #88DA4A;
}
</style>
background-color css
<style>
a { background-color: #88DA4A; }
a { background-color: rgb(136,218,74); }
div.DivClassName
{
background-color: #88DA4A;
}
.BgClassName
{
background-color: #88DA4A;
}
</style>
border-color css
<style>
span { border-color: #88DA4A; }
span { border-color: rgb(136,218,74); }
td.TdClassName
{
border-color: #88DA4A;
}
.TagClassName
{
border-color: #88DA4A;
}
</style>