Shades of Light Green #8CED8D
Tints of Light Green #8CED8D
RGB
CMYK
RGB Variations
Color information
#8CED8D (or 0x8CED8D) is known color: Light Green. HEX triplet: 8C, ED and 8D. RGB value is (140,237,141). Sum of RGB (Red+Green+Blue) = 140+237+141=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #8CED8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CED8D is #731272. Grayscale: #C5C5C5. Windows color (decimal): -7541363 or 9301388. OLE color: 9301388.
HSL color Cylindrical-coordinate representation of color #8CED8D: hue angle of 120.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CED8D is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 141 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.07 |
| HSL | 120.62º | 0.73% | 0.74% | - |
| HSV(B) | 120.62º | 0.41% | 0.93% | - |
| XYZ | 45.91 | 68.07 | 35.92 | - |
| YUV | 197.05 | 96.36 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 141 | 0.41 | 0 | 0.41 | 0.07 | 120.62 | 0.73 | 0.74 |
| Hex | 8C | ED | 8D | 29 | 0 | 29 | 7 | 79 | 49 | 4A |
| Octal | 214 | 355 | 215 | 51 | 0 | 51 | 7 | 171 | 111 | 112 |
| Binary | 10001100 | 11101101 | 10001101 | 101001 | 0 | 101001 | 111 | 1111001 | 1001001 | 1001010 |
Color Harmonies of #8CED8D
Complementary color
Monochromatic Colors of #8CED8D
Black with #8CED8D
Text Example
Text Example
White with #8CED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CED8D; }
p { color: rgb(140,237,141); }
H1.HeaderClassName
{
color: #8CED8D;
}
.AnyTagClassName
{
color: #8CED8D;
}
</style>
background-color css
<style>
a { background-color: #8CED8D; }
a { background-color: rgb(140,237,141); }
div.DivClassName
{
background-color: #8CED8D;
}
.BgClassName
{
background-color: #8CED8D;
}
</style>
border-color css
<style>
span { border-color: #8CED8D; }
span { border-color: rgb(140,237,141); }
td.TdClassName
{
border-color: #8CED8D;
}
.TagClassName
{
border-color: #8CED8D;
}
</style>