Shades of Pastel Green #8DF269
Tints of Pastel Green #8DF269
RGB
CMYK
RGB Variations
Color information
#8DF269 (or 0x8DF269) is known color: Pastel Green. HEX triplet: 8D, F2 and 69. RGB value is (141,242,105). Sum of RGB (Red+Green+Blue) = 141+242+105=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF269 is #720D96. Grayscale: #C4C4C4. Windows color (decimal): -7474583 or 6943373. OLE color: 6943373.
HSL color Cylindrical-coordinate representation of color #8DF269: hue angle of 104.23º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DF269 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 105 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.05 |
| HSL | 104.23º | 0.84% | 0.68% | - |
| HSV(B) | 104.23º | 0.57% | 0.95% | - |
| XYZ | 45.29 | 70.19 | 24.53 | - |
| YUV | 196.18 | 76.54 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 105 | 0.42 | 0 | 0.57 | 0.05 | 104.23 | 0.84 | 0.68 |
| Hex | 8D | F2 | 69 | 2A | 0 | 39 | 5 | 68 | 54 | 44 |
| Octal | 215 | 362 | 151 | 52 | 0 | 71 | 5 | 150 | 124 | 104 |
| Binary | 10001101 | 11110010 | 1101001 | 101010 | 0 | 111001 | 101 | 1101000 | 1010100 | 1000100 |
Color Harmonies of #8DF269
Complementary color
Monochromatic Colors of #8DF269
Black with #8DF269
Text Example
Text Example
White with #8DF269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF269; }
p { color: rgb(141,242,105); }
H1.HeaderClassName
{
color: #8DF269;
}
.AnyTagClassName
{
color: #8DF269;
}
</style>
background-color css
<style>
a { background-color: #8DF269; }
a { background-color: rgb(141,242,105); }
div.DivClassName
{
background-color: #8DF269;
}
.BgClassName
{
background-color: #8DF269;
}
</style>
border-color css
<style>
span { border-color: #8DF269; }
span { border-color: rgb(141,242,105); }
td.TdClassName
{
border-color: #8DF269;
}
.TagClassName
{
border-color: #8DF269;
}
</style>