Shades of Pastel Green #8DF25D
Tints of Pastel Green #8DF25D
RGB
CMYK
RGB Variations
Color information
#8DF25D (or 0x8DF25D) is known color: Pastel Green. HEX triplet: 8D, F2 and 5D. RGB value is (141,242,93). Sum of RGB (Red+Green+Blue) = 141+242+93=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF25D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF25D is #720DA2. Grayscale: #C3C3C3. Windows color (decimal): -7474595 or 6156941. OLE color: 6156941.
HSL color Cylindrical-coordinate representation of color #8DF25D: hue angle of 100.67º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DF25D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 93 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.05 |
| HSL | 100.67º | 0.85% | 0.66% | - |
| HSV(B) | 100.67º | 0.62% | 0.95% | - |
| XYZ | 44.71 | 69.96 | 21.5 | - |
| YUV | 194.82 | 70.54 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 93 | 0.42 | 0 | 0.62 | 0.05 | 100.67 | 0.85 | 0.66 |
| Hex | 8D | F2 | 5D | 2A | 0 | 3E | 5 | 65 | 55 | 42 |
| Octal | 215 | 362 | 135 | 52 | 0 | 76 | 5 | 145 | 125 | 102 |
| Binary | 10001101 | 11110010 | 1011101 | 101010 | 0 | 111110 | 101 | 1100101 | 1010101 | 1000010 |
Color Harmonies of #8DF25D
Complementary color
Monochromatic Colors of #8DF25D
Black with #8DF25D
Text Example
Text Example
White with #8DF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF25D; }
p { color: rgb(141,242,93); }
H1.HeaderClassName
{
color: #8DF25D;
}
.AnyTagClassName
{
color: #8DF25D;
}
</style>
background-color css
<style>
a { background-color: #8DF25D; }
a { background-color: rgb(141,242,93); }
div.DivClassName
{
background-color: #8DF25D;
}
.BgClassName
{
background-color: #8DF25D;
}
</style>
border-color css
<style>
span { border-color: #8DF25D; }
span { border-color: rgb(141,242,93); }
td.TdClassName
{
border-color: #8DF25D;
}
.TagClassName
{
border-color: #8DF25D;
}
</style>