Shades of Pastel Green #8CFA6B
Tints of Pastel Green #8CFA6B
RGB
CMYK
RGB Variations
Color information
#8CFA6B (or 0x8CFA6B) is known color: Pastel Green. HEX triplet: 8C, FA and 6B. RGB value is (140,250,107). Sum of RGB (Red+Green+Blue) = 140+250+107=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFA6B is #730594. Grayscale: #C9C9C9. Windows color (decimal): -7538069 or 7076492. OLE color: 7076492.
HSL color Cylindrical-coordinate representation of color #8CFA6B: hue angle of 106.15º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CFA6B is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 107 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.02 |
| HSL | 106.15º | 0.93% | 0.7% | - |
| HSV(B) | 106.15º | 0.57% | 0.98% | - |
| XYZ | 47.65 | 75.01 | 25.88 | - |
| YUV | 200.81 | 75.06 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 107 | 0.44 | 0 | 0.57 | 0.02 | 106.15 | 0.93 | 0.7 |
| Hex | 8C | FA | 6B | 2C | 0 | 39 | 2 | 6A | 5D | 46 |
| Octal | 214 | 372 | 153 | 54 | 0 | 71 | 2 | 152 | 135 | 106 |
| Binary | 10001100 | 11111010 | 1101011 | 101100 | 0 | 111001 | 10 | 1101010 | 1011101 | 1000110 |
Color Harmonies of #8CFA6B
Complementary color
Monochromatic Colors of #8CFA6B
Black with #8CFA6B
Text Example
Text Example
White with #8CFA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA6B; }
p { color: rgb(140,250,107); }
H1.HeaderClassName
{
color: #8CFA6B;
}
.AnyTagClassName
{
color: #8CFA6B;
}
</style>
background-color css
<style>
a { background-color: #8CFA6B; }
a { background-color: rgb(140,250,107); }
div.DivClassName
{
background-color: #8CFA6B;
}
.BgClassName
{
background-color: #8CFA6B;
}
</style>
border-color css
<style>
span { border-color: #8CFA6B; }
span { border-color: rgb(140,250,107); }
td.TdClassName
{
border-color: #8CFA6B;
}
.TagClassName
{
border-color: #8CFA6B;
}
</style>