Shades of Pastel Green #8CED6C
Tints of Pastel Green #8CED6C
RGB
CMYK
RGB Variations
Color information
#8CED6C (or 0x8CED6C) is known color: Pastel Green. HEX triplet: 8C, ED and 6C. RGB value is (140,237,108). Sum of RGB (Red+Green+Blue) = 140+237+108=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #8CED6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CED6C is #731293. Grayscale: #C1C1C1. Windows color (decimal): -7541396 or 7138700. OLE color: 7138700.
HSL color Cylindrical-coordinate representation of color #8CED6C: hue angle of 105.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CED6C is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 108 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.07 |
| HSL | 105.12º | 0.78% | 0.68% | - |
| HSV(B) | 105.12º | 0.54% | 0.93% | - |
| XYZ | 43.81 | 67.23 | 24.85 | - |
| YUV | 193.29 | 79.86 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 108 | 0.41 | 0 | 0.54 | 0.07 | 105.12 | 0.78 | 0.68 |
| Hex | 8C | ED | 6C | 29 | 0 | 36 | 7 | 69 | 4E | 44 |
| Octal | 214 | 355 | 154 | 51 | 0 | 66 | 7 | 151 | 116 | 104 |
| Binary | 10001100 | 11101101 | 1101100 | 101001 | 0 | 110110 | 111 | 1101001 | 1001110 | 1000100 |
Color Harmonies of #8CED6C
Complementary color
Monochromatic Colors of #8CED6C
Black with #8CED6C
Text Example
Text Example
White with #8CED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CED6C; }
p { color: rgb(140,237,108); }
H1.HeaderClassName
{
color: #8CED6C;
}
.AnyTagClassName
{
color: #8CED6C;
}
</style>
background-color css
<style>
a { background-color: #8CED6C; }
a { background-color: rgb(140,237,108); }
div.DivClassName
{
background-color: #8CED6C;
}
.BgClassName
{
background-color: #8CED6C;
}
</style>
border-color css
<style>
span { border-color: #8CED6C; }
span { border-color: rgb(140,237,108); }
td.TdClassName
{
border-color: #8CED6C;
}
.TagClassName
{
border-color: #8CED6C;
}
</style>