Shades of Pastel Green #8DF268
Tints of Pastel Green #8DF268
RGB
CMYK
RGB Variations
Color information
#8DF268 (or 0x8DF268) is known color: Pastel Green. HEX triplet: 8D, F2 and 68. RGB value is (141,242,104). Sum of RGB (Red+Green+Blue) = 141+242+104=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF268 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF268 is #720D97. Grayscale: #C4C4C4. Windows color (decimal): -7474584 or 6877837. OLE color: 6877837.
HSL color Cylindrical-coordinate representation of color #8DF268: hue angle of 103.91º 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 #8DF268 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 104 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.05 |
| HSL | 103.91º | 0.84% | 0.68% | - |
| HSV(B) | 103.91º | 0.57% | 0.95% | - |
| XYZ | 45.24 | 70.17 | 24.26 | - |
| YUV | 196.07 | 76.04 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 104 | 0.42 | 0 | 0.57 | 0.05 | 103.91 | 0.84 | 0.68 |
| Hex | 8D | F2 | 68 | 2A | 0 | 39 | 5 | 68 | 54 | 44 |
| Octal | 215 | 362 | 150 | 52 | 0 | 71 | 5 | 150 | 124 | 104 |
| Binary | 10001101 | 11110010 | 1101000 | 101010 | 0 | 111001 | 101 | 1101000 | 1010100 | 1000100 |
Color Harmonies of #8DF268
Complementary color
Monochromatic Colors of #8DF268
Black with #8DF268
Text Example
Text Example
White with #8DF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF268; }
p { color: rgb(141,242,104); }
H1.HeaderClassName
{
color: #8DF268;
}
.AnyTagClassName
{
color: #8DF268;
}
</style>
background-color css
<style>
a { background-color: #8DF268; }
a { background-color: rgb(141,242,104); }
div.DivClassName
{
background-color: #8DF268;
}
.BgClassName
{
background-color: #8DF268;
}
</style>
border-color css
<style>
span { border-color: #8DF268; }
span { border-color: rgb(141,242,104); }
td.TdClassName
{
border-color: #8DF268;
}
.TagClassName
{
border-color: #8DF268;
}
</style>