Shades of Pastel Green #8DF25F
Tints of Pastel Green #8DF25F
RGB
CMYK
RGB Variations
Color information
#8DF25F (or 0x8DF25F) is known color: Pastel Green. HEX triplet: 8D, F2 and 5F. RGB value is (141,242,95). Sum of RGB (Red+Green+Blue) = 141+242+95=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF25F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF25F is #720DA0. Grayscale: #C3C3C3. Windows color (decimal): -7474593 or 6288013. OLE color: 6288013.
HSL color Cylindrical-coordinate representation of color #8DF25F: hue angle of 101.22º 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 #8DF25F is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 95 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.05 |
| HSL | 101.22º | 0.85% | 0.66% | - |
| HSV(B) | 101.22º | 0.61% | 0.95% | - |
| XYZ | 44.8 | 69.99 | 21.98 | - |
| YUV | 195.04 | 71.54 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 95 | 0.42 | 0 | 0.61 | 0.05 | 101.22 | 0.85 | 0.66 |
| Hex | 8D | F2 | 5F | 2A | 0 | 3D | 5 | 65 | 55 | 42 |
| Octal | 215 | 362 | 137 | 52 | 0 | 75 | 5 | 145 | 125 | 102 |
| Binary | 10001101 | 11110010 | 1011111 | 101010 | 0 | 111101 | 101 | 1100101 | 1010101 | 1000010 |
Color Harmonies of #8DF25F
Complementary color
Monochromatic Colors of #8DF25F
Black with #8DF25F
Text Example
Text Example
White with #8DF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF25F; }
p { color: rgb(141,242,95); }
H1.HeaderClassName
{
color: #8DF25F;
}
.AnyTagClassName
{
color: #8DF25F;
}
</style>
background-color css
<style>
a { background-color: #8DF25F; }
a { background-color: rgb(141,242,95); }
div.DivClassName
{
background-color: #8DF25F;
}
.BgClassName
{
background-color: #8DF25F;
}
</style>
border-color css
<style>
span { border-color: #8DF25F; }
span { border-color: rgb(141,242,95); }
td.TdClassName
{
border-color: #8DF25F;
}
.TagClassName
{
border-color: #8DF25F;
}
</style>