Shades of Pastel Green #8DF365
Tints of Pastel Green #8DF365
RGB
CMYK
RGB Variations
Color information
#8DF365 (or 0x8DF365) is known color: Pastel Green. HEX triplet: 8D, F3 and 65. RGB value is (141,243,101). Sum of RGB (Red+Green+Blue) = 141+243+101=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF365 is #720C9A. Grayscale: #C4C4C4. Windows color (decimal): -7474331 or 6681485. OLE color: 6681485.
HSL color Cylindrical-coordinate representation of color #8DF365: hue angle of 103.1º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8DF365 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 243 | 101 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.05 |
| HSL | 103.1º | 0.86% | 0.67% | - |
| HSV(B) | 103.1º | 0.58% | 0.95% | - |
| XYZ | 45.38 | 70.7 | 23.57 | - |
| YUV | 196.31 | 74.21 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 101 | 0.42 | 0 | 0.58 | 0.05 | 103.1 | 0.86 | 0.67 |
| Hex | 8D | F3 | 65 | 2A | 0 | 3A | 5 | 67 | 56 | 43 |
| Octal | 215 | 363 | 145 | 52 | 0 | 72 | 5 | 147 | 126 | 103 |
| Binary | 10001101 | 11110011 | 1100101 | 101010 | 0 | 111010 | 101 | 1100111 | 1010110 | 1000011 |
Color Harmonies of #8DF365
Complementary color
Monochromatic Colors of #8DF365
Black with #8DF365
Text Example
Text Example
White with #8DF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF365; }
p { color: rgb(141,243,101); }
H1.HeaderClassName
{
color: #8DF365;
}
.AnyTagClassName
{
color: #8DF365;
}
</style>
background-color css
<style>
a { background-color: #8DF365; }
a { background-color: rgb(141,243,101); }
div.DivClassName
{
background-color: #8DF365;
}
.BgClassName
{
background-color: #8DF365;
}
</style>
border-color css
<style>
span { border-color: #8DF365; }
span { border-color: rgb(141,243,101); }
td.TdClassName
{
border-color: #8DF365;
}
.TagClassName
{
border-color: #8DF365;
}
</style>