Shades of Pastel Green #8CF25B
Tints of Pastel Green #8CF25B
RGB
CMYK
RGB Variations
Color information
#8CF25B (or 0x8CF25B) is known color: Pastel Green. HEX triplet: 8C, F2 and 5B. RGB value is (140,242,91). Sum of RGB (Red+Green+Blue) = 140+242+91=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF25B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF25B is #730DA4. Grayscale: #C2C2C2. Windows color (decimal): -7540133 or 6025868. OLE color: 6025868.
HSL color Cylindrical-coordinate representation of color #8CF25B: hue angle of 100.53º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CF25B is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 91 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.05 |
| HSL | 100.53º | 0.85% | 0.65% | - |
| HSV(B) | 100.53º | 0.62% | 0.95% | - |
| XYZ | 44.46 | 69.84 | 21.03 | - |
| YUV | 194.29 | 69.71 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 91 | 0.42 | 0 | 0.62 | 0.05 | 100.53 | 0.85 | 0.65 |
| Hex | 8C | F2 | 5B | 2A | 0 | 3E | 5 | 65 | 55 | 41 |
| Octal | 214 | 362 | 133 | 52 | 0 | 76 | 5 | 145 | 125 | 101 |
| Binary | 10001100 | 11110010 | 1011011 | 101010 | 0 | 111110 | 101 | 1100101 | 1010101 | 1000001 |
Color Harmonies of #8CF25B
Complementary color
Monochromatic Colors of #8CF25B
Black with #8CF25B
Text Example
Text Example
White with #8CF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF25B; }
p { color: rgb(140,242,91); }
H1.HeaderClassName
{
color: #8CF25B;
}
.AnyTagClassName
{
color: #8CF25B;
}
</style>
background-color css
<style>
a { background-color: #8CF25B; }
a { background-color: rgb(140,242,91); }
div.DivClassName
{
background-color: #8CF25B;
}
.BgClassName
{
background-color: #8CF25B;
}
</style>
border-color css
<style>
span { border-color: #8CF25B; }
span { border-color: rgb(140,242,91); }
td.TdClassName
{
border-color: #8CF25B;
}
.TagClassName
{
border-color: #8CF25B;
}
</style>