Shades of Pastel Green #8CDF7A
Tints of Pastel Green #8CDF7A
RGB
CMYK
RGB Variations
Color information
#8CDF7A (or 0x8CDF7A) is known color: Pastel Green. HEX triplet: 8C, DF and 7A. RGB value is (140,223,122). Sum of RGB (Red+Green+Blue) = 140+223+122=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDF7A is #732085. Grayscale: #BABABA. Windows color (decimal): -7544966 or 8052620. OLE color: 8052620.
HSL color Cylindrical-coordinate representation of color #8CDF7A: hue angle of 109.31º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CDF7A is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 122 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.13 |
| HSL | 109.31º | 0.61% | 0.68% | - |
| HSV(B) | 109.31º | 0.45% | 0.87% | - |
| XYZ | 40.72 | 59.76 | 27.8 | - |
| YUV | 186.67 | 91.5 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 122 | 0.37 | 0 | 0.45 | 0.13 | 109.31 | 0.61 | 0.68 |
| Hex | 8C | DF | 7A | 25 | 0 | 2D | D | 6D | 3D | 44 |
| Octal | 214 | 337 | 172 | 45 | 0 | 55 | 15 | 155 | 75 | 104 |
| Binary | 10001100 | 11011111 | 1111010 | 100101 | 0 | 101101 | 1101 | 1101101 | 111101 | 1000100 |
Color Harmonies of #8CDF7A
Complementary color
Monochromatic Colors of #8CDF7A
Black with #8CDF7A
Text Example
Text Example
White with #8CDF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF7A; }
p { color: rgb(140,223,122); }
H1.HeaderClassName
{
color: #8CDF7A;
}
.AnyTagClassName
{
color: #8CDF7A;
}
</style>
background-color css
<style>
a { background-color: #8CDF7A; }
a { background-color: rgb(140,223,122); }
div.DivClassName
{
background-color: #8CDF7A;
}
.BgClassName
{
background-color: #8CDF7A;
}
</style>
border-color css
<style>
span { border-color: #8CDF7A; }
span { border-color: rgb(140,223,122); }
td.TdClassName
{
border-color: #8CDF7A;
}
.TagClassName
{
border-color: #8CDF7A;
}
</style>