Shades of Pastel Green #8CF066
Tints of Pastel Green #8CF066
RGB
CMYK
RGB Variations
Color information
#8CF066 (or 0x8CF066) is known color: Pastel Green. HEX triplet: 8C, F0 and 66. RGB value is (140,240,102). Sum of RGB (Red+Green+Blue) = 140+240+102=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF066 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF066 is #730F99. Grayscale: #C2C2C2. Windows color (decimal): -7540634 or 6746252. OLE color: 6746252.
HSL color Cylindrical-coordinate representation of color #8CF066: hue angle of 103.48º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CF066 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 102 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.06 |
| HSL | 103.48º | 0.82% | 0.67% | - |
| HSV(B) | 103.48º | 0.58% | 0.94% | - |
| XYZ | 44.37 | 68.85 | 23.52 | - |
| YUV | 194.37 | 75.87 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 102 | 0.42 | 0 | 0.58 | 0.06 | 103.48 | 0.82 | 0.67 |
| Hex | 8C | F0 | 66 | 2A | 0 | 3A | 6 | 67 | 52 | 43 |
| Octal | 214 | 360 | 146 | 52 | 0 | 72 | 6 | 147 | 122 | 103 |
| Binary | 10001100 | 11110000 | 1100110 | 101010 | 0 | 111010 | 110 | 1100111 | 1010010 | 1000011 |
Color Harmonies of #8CF066
Complementary color
Monochromatic Colors of #8CF066
Black with #8CF066
Text Example
Text Example
White with #8CF066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF066; }
p { color: rgb(140,240,102); }
H1.HeaderClassName
{
color: #8CF066;
}
.AnyTagClassName
{
color: #8CF066;
}
</style>
background-color css
<style>
a { background-color: #8CF066; }
a { background-color: rgb(140,240,102); }
div.DivClassName
{
background-color: #8CF066;
}
.BgClassName
{
background-color: #8CF066;
}
</style>
border-color css
<style>
span { border-color: #8CF066; }
span { border-color: rgb(140,240,102); }
td.TdClassName
{
border-color: #8CF066;
}
.TagClassName
{
border-color: #8CF066;
}
</style>