Shades of Pastel Green #8CF25E
Tints of Pastel Green #8CF25E
RGB
CMYK
RGB Variations
Color information
#8CF25E (or 0x8CF25E) is known color: Pastel Green. HEX triplet: 8C, F2 and 5E. RGB value is (140,242,94). Sum of RGB (Red+Green+Blue) = 140+242+94=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF25E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF25E is #730DA1. Grayscale: #C3C3C3. Windows color (decimal): -7540130 or 6222476. OLE color: 6222476.
HSL color Cylindrical-coordinate representation of color #8CF25E: hue angle of 101.35º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CF25E is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 94 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.05 |
| HSL | 101.35º | 0.85% | 0.66% | - |
| HSV(B) | 101.35º | 0.61% | 0.95% | - |
| XYZ | 44.59 | 69.89 | 21.73 | - |
| YUV | 194.63 | 71.21 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 94 | 0.42 | 0 | 0.61 | 0.05 | 101.35 | 0.85 | 0.66 |
| Hex | 8C | F2 | 5E | 2A | 0 | 3D | 5 | 65 | 55 | 42 |
| Octal | 214 | 362 | 136 | 52 | 0 | 75 | 5 | 145 | 125 | 102 |
| Binary | 10001100 | 11110010 | 1011110 | 101010 | 0 | 111101 | 101 | 1100101 | 1010101 | 1000010 |
Color Harmonies of #8CF25E
Complementary color
Monochromatic Colors of #8CF25E
Black with #8CF25E
Text Example
Text Example
White with #8CF25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF25E; }
p { color: rgb(140,242,94); }
H1.HeaderClassName
{
color: #8CF25E;
}
.AnyTagClassName
{
color: #8CF25E;
}
</style>
background-color css
<style>
a { background-color: #8CF25E; }
a { background-color: rgb(140,242,94); }
div.DivClassName
{
background-color: #8CF25E;
}
.BgClassName
{
background-color: #8CF25E;
}
</style>
border-color css
<style>
span { border-color: #8CF25E; }
span { border-color: rgb(140,242,94); }
td.TdClassName
{
border-color: #8CF25E;
}
.TagClassName
{
border-color: #8CF25E;
}
</style>