Shades of Yellow Green #8DCD31
Tints of Yellow Green #8DCD31
RGB
CMYK
RGB Variations
Color information
#8DCD31 (or 0x8DCD31) is known color: Yellow Green. HEX triplet: 8D, CD and 31. RGB value is (141,205,49). Sum of RGB (Red+Green+Blue) = 141+205+49=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCD31 is #7232CE. Grayscale: #A8A8A8. Windows color (decimal): -7484111 or 3263885. OLE color: 3263885.
HSL color Cylindrical-coordinate representation of color #8DCD31: hue angle of 84.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DCD31 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 49 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.20 |
| HSL | 84.62º | 0.61% | 0.5% | - |
| HSV(B) | 84.62º | 0.76% | 0.8% | - |
| XYZ | 33.37 | 49.55 | 10.71 | - |
| YUV | 168.08 | 60.8 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 49 | 0.31 | 0 | 0.76 | 0.20 | 84.62 | 0.61 | 0.5 |
| Hex | 8D | CD | 31 | 1F | 0 | 4C | 14 | 55 | 3D | 32 |
| Octal | 215 | 315 | 61 | 37 | 0 | 114 | 24 | 125 | 75 | 62 |
| Binary | 10001101 | 11001101 | 110001 | 11111 | 0 | 1001100 | 10100 | 1010101 | 111101 | 110010 |
Color Harmonies of #8DCD31
Complementary color
Monochromatic Colors of #8DCD31
Black with #8DCD31
Text Example
Text Example
White with #8DCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD31; }
p { color: rgb(141,205,49); }
H1.HeaderClassName
{
color: #8DCD31;
}
.AnyTagClassName
{
color: #8DCD31;
}
</style>
background-color css
<style>
a { background-color: #8DCD31; }
a { background-color: rgb(141,205,49); }
div.DivClassName
{
background-color: #8DCD31;
}
.BgClassName
{
background-color: #8DCD31;
}
</style>
border-color css
<style>
span { border-color: #8DCD31; }
span { border-color: rgb(141,205,49); }
td.TdClassName
{
border-color: #8DCD31;
}
.TagClassName
{
border-color: #8DCD31;
}
</style>