Shades of Pastel Green #8DF061
Tints of Pastel Green #8DF061
RGB
CMYK
RGB Variations
Color information
#8DF061 (or 0x8DF061) is known color: Pastel Green. HEX triplet: 8D, F0 and 61. RGB value is (141,240,97). Sum of RGB (Red+Green+Blue) = 141+240+97=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF061 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF061 is #720F9E. Grayscale: #C2C2C2. Windows color (decimal): -7475103 or 6418573. OLE color: 6418573.
HSL color Cylindrical-coordinate representation of color #8DF061: hue angle of 101.54º 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 #8DF061 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 97 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.06 |
| HSL | 101.54º | 0.83% | 0.66% | - |
| HSV(B) | 101.54º | 0.6% | 0.94% | - |
| XYZ | 44.3 | 68.85 | 22.26 | - |
| YUV | 194.1 | 73.2 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 97 | 0.41 | 0 | 0.60 | 0.06 | 101.54 | 0.83 | 0.66 |
| Hex | 8D | F0 | 61 | 29 | 0 | 3C | 6 | 66 | 53 | 42 |
| Octal | 215 | 360 | 141 | 51 | 0 | 74 | 6 | 146 | 123 | 102 |
| Binary | 10001101 | 11110000 | 1100001 | 101001 | 0 | 111100 | 110 | 1100110 | 1010011 | 1000010 |
Color Harmonies of #8DF061
Complementary color
Monochromatic Colors of #8DF061
Black with #8DF061
Text Example
Text Example
White with #8DF061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF061; }
p { color: rgb(141,240,97); }
H1.HeaderClassName
{
color: #8DF061;
}
.AnyTagClassName
{
color: #8DF061;
}
</style>
background-color css
<style>
a { background-color: #8DF061; }
a { background-color: rgb(141,240,97); }
div.DivClassName
{
background-color: #8DF061;
}
.BgClassName
{
background-color: #8DF061;
}
</style>
border-color css
<style>
span { border-color: #8DF061; }
span { border-color: rgb(141,240,97); }
td.TdClassName
{
border-color: #8DF061;
}
.TagClassName
{
border-color: #8DF061;
}
</style>