Shades of Yellow Green #8DCC1F
Tints of Yellow Green #8DCC1F
RGB
CMYK
RGB Variations
Color information
#8DCC1F (or 0x8DCC1F) is known color: Yellow Green. HEX triplet: 8D, CC and 1F. RGB value is (141,204,31). Sum of RGB (Red+Green+Blue) = 141+204+31=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCC1F is #7233E0. Grayscale: #A6A6A6. Windows color (decimal): -7484385 or 2083981. OLE color: 2083981.
HSL color Cylindrical-coordinate representation of color #8DCC1F: hue angle of 81.85º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DCC1F is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 31 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.2 |
| HSL | 81.85º | 0.74% | 0.46% | - |
| HSV(B) | 81.85º | 0.85% | 0.8% | - |
| XYZ | 32.82 | 48.95 | 9.01 | - |
| YUV | 165.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 31 | 0.31 | 0 | 0.85 | 0.2 | 81.85 | 0.74 | 0.46 |
| Hex | 8D | CC | 1F | 1F | 0 | 55 | 14 | 52 | 4A | 2E |
| Octal | 215 | 314 | 37 | 37 | 0 | 125 | 24 | 122 | 112 | 56 |
| Binary | 10001101 | 11001100 | 11111 | 11111 | 0 | 1010101 | 10100 | 1010010 | 1001010 | 101110 |
Color Harmonies of #8DCC1F
Complementary color
Monochromatic Colors of #8DCC1F
Black with #8DCC1F
Text Example
Text Example
White with #8DCC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCC1F; }
p { color: rgb(141,204,31); }
H1.HeaderClassName
{
color: #8DCC1F;
}
.AnyTagClassName
{
color: #8DCC1F;
}
</style>
background-color css
<style>
a { background-color: #8DCC1F; }
a { background-color: rgb(141,204,31); }
div.DivClassName
{
background-color: #8DCC1F;
}
.BgClassName
{
background-color: #8DCC1F;
}
</style>
border-color css
<style>
span { border-color: #8DCC1F; }
span { border-color: rgb(141,204,31); }
td.TdClassName
{
border-color: #8DCC1F;
}
.TagClassName
{
border-color: #8DCC1F;
}
</style>