Shades of Pastel Green #8CF76E
Tints of Pastel Green #8CF76E
RGB
CMYK
RGB Variations
Color information
#8CF76E (or 0x8CF76E) is known color: Pastel Green. HEX triplet: 8C, F7 and 6E. RGB value is (140,247,110). Sum of RGB (Red+Green+Blue) = 140+247+110=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF76E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF76E is #730891. Grayscale: #C7C7C7. Windows color (decimal): -7538834 or 7272332. OLE color: 7272332.
HSL color Cylindrical-coordinate representation of color #8CF76E: hue angle of 106.86º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CF76E is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 247 | 110 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.03 |
| HSL | 106.86º | 0.9% | 0.7% | - |
| HSV(B) | 106.86º | 0.55% | 0.97% | - |
| XYZ | 46.89 | 73.22 | 26.41 | - |
| YUV | 199.39 | 77.55 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 247 | 110 | 0.43 | 0 | 0.55 | 0.03 | 106.86 | 0.9 | 0.7 |
| Hex | 8C | F7 | 6E | 2B | 0 | 37 | 3 | 6B | 5A | 46 |
| Octal | 214 | 367 | 156 | 53 | 0 | 67 | 3 | 153 | 132 | 106 |
| Binary | 10001100 | 11110111 | 1101110 | 101011 | 0 | 110111 | 11 | 1101011 | 1011010 | 1000110 |
Color Harmonies of #8CF76E
Complementary color
Monochromatic Colors of #8CF76E
Black with #8CF76E
Text Example
Text Example
White with #8CF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF76E; }
p { color: rgb(140,247,110); }
H1.HeaderClassName
{
color: #8CF76E;
}
.AnyTagClassName
{
color: #8CF76E;
}
</style>
background-color css
<style>
a { background-color: #8CF76E; }
a { background-color: rgb(140,247,110); }
div.DivClassName
{
background-color: #8CF76E;
}
.BgClassName
{
background-color: #8CF76E;
}
</style>
border-color css
<style>
span { border-color: #8CF76E; }
span { border-color: rgb(140,247,110); }
td.TdClassName
{
border-color: #8CF76E;
}
.TagClassName
{
border-color: #8CF76E;
}
</style>