Shades of Pastel Green #8DF069
Tints of Pastel Green #8DF069
RGB
CMYK
RGB Variations
Color information
#8DF069 (or 0x8DF069) is known color: Pastel Green. HEX triplet: 8D, F0 and 69. RGB value is (141,240,105). Sum of RGB (Red+Green+Blue) = 141+240+105=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF069 is #720F96. Grayscale: #C3C3C3. Windows color (decimal): -7475095 or 6942861. OLE color: 6942861.
HSL color Cylindrical-coordinate representation of color #8DF069: hue angle of 104º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DF069 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 105 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.06 |
| HSL | 104º | 0.82% | 0.68% | - |
| HSV(B) | 104º | 0.56% | 0.94% | - |
| XYZ | 44.69 | 69 | 24.33 | - |
| YUV | 195.01 | 77.2 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 105 | 0.41 | 0 | 0.56 | 0.06 | 104 | 0.82 | 0.68 |
| Hex | 8D | F0 | 69 | 29 | 0 | 38 | 6 | 68 | 52 | 44 |
| Octal | 215 | 360 | 151 | 51 | 0 | 70 | 6 | 150 | 122 | 104 |
| Binary | 10001101 | 11110000 | 1101001 | 101001 | 0 | 111000 | 110 | 1101000 | 1010010 | 1000100 |
Color Harmonies of #8DF069
Complementary color
Monochromatic Colors of #8DF069
Black with #8DF069
Text Example
Text Example
White with #8DF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF069; }
p { color: rgb(141,240,105); }
H1.HeaderClassName
{
color: #8DF069;
}
.AnyTagClassName
{
color: #8DF069;
}
</style>
background-color css
<style>
a { background-color: #8DF069; }
a { background-color: rgb(141,240,105); }
div.DivClassName
{
background-color: #8DF069;
}
.BgClassName
{
background-color: #8DF069;
}
</style>
border-color css
<style>
span { border-color: #8DF069; }
span { border-color: rgb(141,240,105); }
td.TdClassName
{
border-color: #8DF069;
}
.TagClassName
{
border-color: #8DF069;
}
</style>