Shades of Pastel Green #8CF064
Tints of Pastel Green #8CF064
RGB
CMYK
RGB Variations
Color information
#8CF064 (or 0x8CF064) is known color: Pastel Green. HEX triplet: 8C, F0 and 64. RGB value is (140,240,100). Sum of RGB (Red+Green+Blue) = 140+240+100=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF064 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF064 is #730F9B. Grayscale: #C2C2C2. Windows color (decimal): -7540636 or 6615180. OLE color: 6615180.
HSL color Cylindrical-coordinate representation of color #8CF064: hue angle of 102.86º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CF064 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 100 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.06 |
| HSL | 102.86º | 0.82% | 0.67% | - |
| HSV(B) | 102.86º | 0.58% | 0.94% | - |
| XYZ | 44.28 | 68.82 | 23.01 | - |
| YUV | 194.14 | 74.87 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 100 | 0.42 | 0 | 0.58 | 0.06 | 102.86 | 0.82 | 0.67 |
| Hex | 8C | F0 | 64 | 2A | 0 | 3A | 6 | 67 | 52 | 43 |
| Octal | 214 | 360 | 144 | 52 | 0 | 72 | 6 | 147 | 122 | 103 |
| Binary | 10001100 | 11110000 | 1100100 | 101010 | 0 | 111010 | 110 | 1100111 | 1010010 | 1000011 |
Color Harmonies of #8CF064
Complementary color
Monochromatic Colors of #8CF064
Black with #8CF064
Text Example
Text Example
White with #8CF064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF064; }
p { color: rgb(140,240,100); }
H1.HeaderClassName
{
color: #8CF064;
}
.AnyTagClassName
{
color: #8CF064;
}
</style>
background-color css
<style>
a { background-color: #8CF064; }
a { background-color: rgb(140,240,100); }
div.DivClassName
{
background-color: #8CF064;
}
.BgClassName
{
background-color: #8CF064;
}
</style>
border-color css
<style>
span { border-color: #8CF064; }
span { border-color: rgb(140,240,100); }
td.TdClassName
{
border-color: #8CF064;
}
.TagClassName
{
border-color: #8CF064;
}
</style>