Shades of Atlantis #8CE44D
Tints of Atlantis #8CE44D
RGB
CMYK
RGB Variations
Color information
#8CE44D (or 0x8CE44D) is known color: Atlantis. HEX triplet: 8C, E4 and 4D. RGB value is (140,228,77). Sum of RGB (Red+Green+Blue) = 140+228+77=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 228 (89.45% from 255 or 51.24% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE44D is #731BB2. Grayscale: #B8B8B8. Windows color (decimal): -7543731 or 5104780. OLE color: 5104780.
HSL color Cylindrical-coordinate representation of color #8CE44D: hue angle of 94.97º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CE44D is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 77 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.11 |
| HSL | 94.97º | 0.74% | 0.6% | - |
| HSV(B) | 94.97º | 0.66% | 0.89% | - |
| XYZ | 39.9 | 61.6 | 16.81 | - |
| YUV | 184.47 | 67.35 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 77 | 0.39 | 0 | 0.66 | 0.11 | 94.97 | 0.74 | 0.6 |
| Hex | 8C | E4 | 4D | 27 | 0 | 42 | B | 5F | 4A | 3C |
| Octal | 214 | 344 | 115 | 47 | 0 | 102 | 13 | 137 | 112 | 74 |
| Binary | 10001100 | 11100100 | 1001101 | 100111 | 0 | 1000010 | 1011 | 1011111 | 1001010 | 111100 |
Color Harmonies of #8CE44D
Complementary color
Monochromatic Colors of #8CE44D
Black with #8CE44D
Text Example
Text Example
White with #8CE44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE44D; }
p { color: rgb(140,228,77); }
H1.HeaderClassName
{
color: #8CE44D;
}
.AnyTagClassName
{
color: #8CE44D;
}
</style>
background-color css
<style>
a { background-color: #8CE44D; }
a { background-color: rgb(140,228,77); }
div.DivClassName
{
background-color: #8CE44D;
}
.BgClassName
{
background-color: #8CE44D;
}
</style>
border-color css
<style>
span { border-color: #8CE44D; }
span { border-color: rgb(140,228,77); }
td.TdClassName
{
border-color: #8CE44D;
}
.TagClassName
{
border-color: #8CE44D;
}
</style>