Shades of Pastel Green #8CF764
Tints of Pastel Green #8CF764
RGB
CMYK
RGB Variations
Color information
#8CF764 (or 0x8CF764) is known color: Pastel Green. HEX triplet: 8C, F7 and 64. RGB value is (140,247,100). Sum of RGB (Red+Green+Blue) = 140+247+100=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #8CF764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF764 is #73089B. Grayscale: #C6C6C6. Windows color (decimal): -7538844 or 6616972. OLE color: 6616972.
HSL color Cylindrical-coordinate representation of color #8CF764: hue angle of 103.67º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CF764 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 247 | 100 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.03 |
| HSL | 103.67º | 0.9% | 0.68% | - |
| HSV(B) | 103.67º | 0.6% | 0.97% | - |
| XYZ | 46.38 | 73.02 | 23.71 | - |
| YUV | 198.25 | 72.55 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 247 | 100 | 0.43 | 0 | 0.60 | 0.03 | 103.67 | 0.9 | 0.68 |
| Hex | 8C | F7 | 64 | 2B | 0 | 3C | 3 | 68 | 5A | 44 |
| Octal | 214 | 367 | 144 | 53 | 0 | 74 | 3 | 150 | 132 | 104 |
| Binary | 10001100 | 11110111 | 1100100 | 101011 | 0 | 111100 | 11 | 1101000 | 1011010 | 1000100 |
Color Harmonies of #8CF764
Complementary color
Monochromatic Colors of #8CF764
Black with #8CF764
Text Example
Text Example
White with #8CF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF764; }
p { color: rgb(140,247,100); }
H1.HeaderClassName
{
color: #8CF764;
}
.AnyTagClassName
{
color: #8CF764;
}
</style>
background-color css
<style>
a { background-color: #8CF764; }
a { background-color: rgb(140,247,100); }
div.DivClassName
{
background-color: #8CF764;
}
.BgClassName
{
background-color: #8CF764;
}
</style>
border-color css
<style>
span { border-color: #8CF764; }
span { border-color: rgb(140,247,100); }
td.TdClassName
{
border-color: #8CF764;
}
.TagClassName
{
border-color: #8CF764;
}
</style>