Shades of Pastel Green #8DF35D
Tints of Pastel Green #8DF35D
RGB
CMYK
RGB Variations
Color information
#8DF35D (or 0x8DF35D) is known color: Pastel Green. HEX triplet: 8D, F3 and 5D. RGB value is (141,243,93). Sum of RGB (Red+Green+Blue) = 141+243+93=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF35D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF35D is #720CA2. Grayscale: #C3C3C3. Windows color (decimal): -7474339 or 6157197. OLE color: 6157197.
HSL color Cylindrical-coordinate representation of color #8DF35D: hue angle of 100.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DF35D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 243 | 93 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.05 |
| HSL | 100.8º | 0.86% | 0.66% | - |
| HSV(B) | 100.8º | 0.62% | 0.95% | - |
| XYZ | 45.01 | 70.55 | 21.6 | - |
| YUV | 195.4 | 70.21 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 93 | 0.42 | 0 | 0.62 | 0.05 | 100.8 | 0.86 | 0.66 |
| Hex | 8D | F3 | 5D | 2A | 0 | 3E | 5 | 65 | 56 | 42 |
| Octal | 215 | 363 | 135 | 52 | 0 | 76 | 5 | 145 | 126 | 102 |
| Binary | 10001101 | 11110011 | 1011101 | 101010 | 0 | 111110 | 101 | 1100101 | 1010110 | 1000010 |
Color Harmonies of #8DF35D
Complementary color
Monochromatic Colors of #8DF35D
Black with #8DF35D
Text Example
Text Example
White with #8DF35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF35D; }
p { color: rgb(141,243,93); }
H1.HeaderClassName
{
color: #8DF35D;
}
.AnyTagClassName
{
color: #8DF35D;
}
</style>
background-color css
<style>
a { background-color: #8DF35D; }
a { background-color: rgb(141,243,93); }
div.DivClassName
{
background-color: #8DF35D;
}
.BgClassName
{
background-color: #8DF35D;
}
</style>
border-color css
<style>
span { border-color: #8DF35D; }
span { border-color: rgb(141,243,93); }
td.TdClassName
{
border-color: #8DF35D;
}
.TagClassName
{
border-color: #8DF35D;
}
</style>