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