Shades of Pastel Green #8DF060
Tints of Pastel Green #8DF060
RGB
CMYK
RGB Variations
Color information
#8DF060 (or 0x8DF060) is known color: Pastel Green. HEX triplet: 8D, F0 and 60. RGB value is (141,240,96). Sum of RGB (Red+Green+Blue) = 141+240+96=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF060 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF060 is #720F9F. Grayscale: #C2C2C2. Windows color (decimal): -7475104 or 6353037. OLE color: 6353037.
HSL color Cylindrical-coordinate representation of color #8DF060: hue angle of 101.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8DF060 is Cyan = 0.41, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 96 | - |
| CMYK | 0.41 | 0 | 0.6 | 0.06 |
| HSL | 101.25º | 0.83% | 0.66% | - |
| HSV(B) | 101.25º | 0.6% | 0.94% | - |
| XYZ | 44.26 | 68.83 | 22.02 | - |
| YUV | 193.98 | 72.7 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 96 | 0.41 | 0 | 0.6 | 0.06 | 101.25 | 0.83 | 0.66 |
| Hex | 8D | F0 | 60 | 29 | 0 | 3C | 6 | 65 | 53 | 42 |
| Octal | 215 | 360 | 140 | 51 | 0 | 74 | 6 | 145 | 123 | 102 |
| Binary | 10001101 | 11110000 | 1100000 | 101001 | 0 | 111100 | 110 | 1100101 | 1010011 | 1000010 |
Color Harmonies of #8DF060
Complementary color
Monochromatic Colors of #8DF060
Black with #8DF060
Text Example
Text Example
White with #8DF060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF060; }
p { color: rgb(141,240,96); }
H1.HeaderClassName
{
color: #8DF060;
}
.AnyTagClassName
{
color: #8DF060;
}
</style>
background-color css
<style>
a { background-color: #8DF060; }
a { background-color: rgb(141,240,96); }
div.DivClassName
{
background-color: #8DF060;
}
.BgClassName
{
background-color: #8DF060;
}
</style>
border-color css
<style>
span { border-color: #8DF060; }
span { border-color: rgb(141,240,96); }
td.TdClassName
{
border-color: #8DF060;
}
.TagClassName
{
border-color: #8DF060;
}
</style>