Shades of Atlantis #8CEC4D
Tints of Atlantis #8CEC4D
RGB
CMYK
RGB Variations
Color information
#8CEC4D (or 0x8CEC4D) is known color: Atlantis. HEX triplet: 8C, EC and 4D. RGB value is (140,236,77). Sum of RGB (Red+Green+Blue) = 140+236+77=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 236 (92.58% from 255 or 52.10% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 236 - color contains mainly: green. Hex color #8CEC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEC4D is #7313B2. Grayscale: #BDBDBD. Windows color (decimal): -7541683 or 5106828. OLE color: 5106828.
HSL color Cylindrical-coordinate representation of color #8CEC4D: hue angle of 96.23º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8CEC4D is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 77 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.07 |
| HSL | 96.23º | 0.81% | 0.61% | - |
| HSV(B) | 96.23º | 0.67% | 0.93% | - |
| XYZ | 42.15 | 66.1 | 17.56 | - |
| YUV | 189.17 | 64.7 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 77 | 0.41 | 0 | 0.67 | 0.07 | 96.23 | 0.81 | 0.61 |
| Hex | 8C | EC | 4D | 29 | 0 | 43 | 7 | 60 | 51 | 3D |
| Octal | 214 | 354 | 115 | 51 | 0 | 103 | 7 | 140 | 121 | 75 |
| Binary | 10001100 | 11101100 | 1001101 | 101001 | 0 | 1000011 | 111 | 1100000 | 1010001 | 111101 |
Color Harmonies of #8CEC4D
Complementary color
Monochromatic Colors of #8CEC4D
Black with #8CEC4D
Text Example
Text Example
White with #8CEC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEC4D; }
p { color: rgb(140,236,77); }
H1.HeaderClassName
{
color: #8CEC4D;
}
.AnyTagClassName
{
color: #8CEC4D;
}
</style>
background-color css
<style>
a { background-color: #8CEC4D; }
a { background-color: rgb(140,236,77); }
div.DivClassName
{
background-color: #8CEC4D;
}
.BgClassName
{
background-color: #8CEC4D;
}
</style>
border-color css
<style>
span { border-color: #8CEC4D; }
span { border-color: rgb(140,236,77); }
td.TdClassName
{
border-color: #8CEC4D;
}
.TagClassName
{
border-color: #8CEC4D;
}
</style>