Shades of Yellow Green #8DCF31
Tints of Yellow Green #8DCF31
RGB
CMYK
RGB Variations
Color information
#8DCF31 (or 0x8DCF31) is known color: Yellow Green. HEX triplet: 8D, CF and 31. RGB value is (141,207,49). Sum of RGB (Red+Green+Blue) = 141+207+49=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCF31 is #7230CE. Grayscale: #A9A9A9. Windows color (decimal): -7483599 or 3264397. OLE color: 3264397.
HSL color Cylindrical-coordinate representation of color #8DCF31: hue angle of 85.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DCF31 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 49 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.19 |
| HSL | 85.06º | 0.62% | 0.5% | - |
| HSV(B) | 85.06º | 0.76% | 0.81% | - |
| XYZ | 33.85 | 50.51 | 10.87 | - |
| YUV | 169.25 | 60.13 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 49 | 0.32 | 0 | 0.76 | 0.19 | 85.06 | 0.62 | 0.5 |
| Hex | 8D | CF | 31 | 20 | 0 | 4C | 13 | 55 | 3E | 32 |
| Octal | 215 | 317 | 61 | 40 | 0 | 114 | 23 | 125 | 76 | 62 |
| Binary | 10001101 | 11001111 | 110001 | 100000 | 0 | 1001100 | 10011 | 1010101 | 111110 | 110010 |
Color Harmonies of #8DCF31
Complementary color
Monochromatic Colors of #8DCF31
Black with #8DCF31
Text Example
Text Example
White with #8DCF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF31; }
p { color: rgb(141,207,49); }
H1.HeaderClassName
{
color: #8DCF31;
}
.AnyTagClassName
{
color: #8DCF31;
}
</style>
background-color css
<style>
a { background-color: #8DCF31; }
a { background-color: rgb(141,207,49); }
div.DivClassName
{
background-color: #8DCF31;
}
.BgClassName
{
background-color: #8DCF31;
}
</style>
border-color css
<style>
span { border-color: #8DCF31; }
span { border-color: rgb(141,207,49); }
td.TdClassName
{
border-color: #8DCF31;
}
.TagClassName
{
border-color: #8DCF31;
}
</style>