Shades of Pastel Green #8CF062
Tints of Pastel Green #8CF062
RGB
CMYK
RGB Variations
Color information
#8CF062 (or 0x8CF062) is known color: Pastel Green. HEX triplet: 8C, F0 and 62. RGB value is (140,240,98). Sum of RGB (Red+Green+Blue) = 140+240+98=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF062 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF062 is #730F9D. Grayscale: #C2C2C2. Windows color (decimal): -7540638 or 6484108. OLE color: 6484108.
HSL color Cylindrical-coordinate representation of color #8CF062: hue angle of 102.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CF062 is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 98 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.06 |
| HSL | 102.25º | 0.83% | 0.66% | - |
| HSV(B) | 102.25º | 0.59% | 0.94% | - |
| XYZ | 44.18 | 68.78 | 22.5 | - |
| YUV | 193.91 | 73.87 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 98 | 0.42 | 0 | 0.59 | 0.06 | 102.25 | 0.83 | 0.66 |
| Hex | 8C | F0 | 62 | 2A | 0 | 3B | 6 | 66 | 53 | 42 |
| Octal | 214 | 360 | 142 | 52 | 0 | 73 | 6 | 146 | 123 | 102 |
| Binary | 10001100 | 11110000 | 1100010 | 101010 | 0 | 111011 | 110 | 1100110 | 1010011 | 1000010 |
Color Harmonies of #8CF062
Complementary color
Monochromatic Colors of #8CF062
Black with #8CF062
Text Example
Text Example
White with #8CF062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF062; }
p { color: rgb(140,240,98); }
H1.HeaderClassName
{
color: #8CF062;
}
.AnyTagClassName
{
color: #8CF062;
}
</style>
background-color css
<style>
a { background-color: #8CF062; }
a { background-color: rgb(140,240,98); }
div.DivClassName
{
background-color: #8CF062;
}
.BgClassName
{
background-color: #8CF062;
}
</style>
border-color css
<style>
span { border-color: #8CF062; }
span { border-color: rgb(140,240,98); }
td.TdClassName
{
border-color: #8CF062;
}
.TagClassName
{
border-color: #8CF062;
}
</style>