Shades of Pastel Green #8CDF78
Tints of Pastel Green #8CDF78
RGB
CMYK
RGB Variations
Color information
#8CDF78 (or 0x8CDF78) is known color: Pastel Green. HEX triplet: 8C, DF and 78. RGB value is (140,223,120). Sum of RGB (Red+Green+Blue) = 140+223+120=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDF78 is #732087. Grayscale: #BABABA. Windows color (decimal): -7544968 or 7921548. OLE color: 7921548.
HSL color Cylindrical-coordinate representation of color #8CDF78: hue angle of 108.35º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CDF78 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 120 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.13 |
| HSL | 108.35º | 0.62% | 0.67% | - |
| HSV(B) | 108.35º | 0.46% | 0.87% | - |
| XYZ | 40.59 | 59.71 | 27.15 | - |
| YUV | 186.44 | 90.5 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 120 | 0.37 | 0 | 0.46 | 0.13 | 108.35 | 0.62 | 0.67 |
| Hex | 8C | DF | 78 | 25 | 0 | 2E | D | 6C | 3E | 43 |
| Octal | 214 | 337 | 170 | 45 | 0 | 56 | 15 | 154 | 76 | 103 |
| Binary | 10001100 | 11011111 | 1111000 | 100101 | 0 | 101110 | 1101 | 1101100 | 111110 | 1000011 |
Color Harmonies of #8CDF78
Complementary color
Monochromatic Colors of #8CDF78
Black with #8CDF78
Text Example
Text Example
White with #8CDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF78; }
p { color: rgb(140,223,120); }
H1.HeaderClassName
{
color: #8CDF78;
}
.AnyTagClassName
{
color: #8CDF78;
}
</style>
background-color css
<style>
a { background-color: #8CDF78; }
a { background-color: rgb(140,223,120); }
div.DivClassName
{
background-color: #8CDF78;
}
.BgClassName
{
background-color: #8CDF78;
}
</style>
border-color css
<style>
span { border-color: #8CDF78; }
span { border-color: rgb(140,223,120); }
td.TdClassName
{
border-color: #8CDF78;
}
.TagClassName
{
border-color: #8CDF78;
}
</style>