Shades of Pastel Green #8CF86B
Tints of Pastel Green #8CF86B
RGB
CMYK
RGB Variations
Color information
#8CF86B (or 0x8CF86B) is known color: Pastel Green. HEX triplet: 8C, F8 and 6B. RGB value is (140,248,107). Sum of RGB (Red+Green+Blue) = 140+248+107=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF86B is #730794. Grayscale: #C8C8C8. Windows color (decimal): -7538581 or 7075980. OLE color: 7075980.
HSL color Cylindrical-coordinate representation of color #8CF86B: hue angle of 105.96º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CF86B is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 107 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.03 |
| HSL | 105.96º | 0.91% | 0.7% | - |
| HSV(B) | 105.96º | 0.57% | 0.97% | - |
| XYZ | 47.04 | 73.77 | 25.67 | - |
| YUV | 199.63 | 75.72 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 107 | 0.44 | 0 | 0.57 | 0.03 | 105.96 | 0.91 | 0.7 |
| Hex | 8C | F8 | 6B | 2C | 0 | 39 | 3 | 6A | 5B | 46 |
| Octal | 214 | 370 | 153 | 54 | 0 | 71 | 3 | 152 | 133 | 106 |
| Binary | 10001100 | 11111000 | 1101011 | 101100 | 0 | 111001 | 11 | 1101010 | 1011011 | 1000110 |
Color Harmonies of #8CF86B
Complementary color
Monochromatic Colors of #8CF86B
Black with #8CF86B
Text Example
Text Example
White with #8CF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF86B; }
p { color: rgb(140,248,107); }
H1.HeaderClassName
{
color: #8CF86B;
}
.AnyTagClassName
{
color: #8CF86B;
}
</style>
background-color css
<style>
a { background-color: #8CF86B; }
a { background-color: rgb(140,248,107); }
div.DivClassName
{
background-color: #8CF86B;
}
.BgClassName
{
background-color: #8CF86B;
}
</style>
border-color css
<style>
span { border-color: #8CF86B; }
span { border-color: rgb(140,248,107); }
td.TdClassName
{
border-color: #8CF86B;
}
.TagClassName
{
border-color: #8CF86B;
}
</style>