Shades of Yellow Green #8DCB2F
Tints of Yellow Green #8DCB2F
RGB
CMYK
RGB Variations
Color information
#8DCB2F (or 0x8DCB2F) is known color: Yellow Green. HEX triplet: 8D, CB and 2F. RGB value is (141,203,47). Sum of RGB (Red+Green+Blue) = 141+203+47=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCB2F is #7234D0. Grayscale: #A7A7A7. Windows color (decimal): -7484625 or 3132301. OLE color: 3132301.
HSL color Cylindrical-coordinate representation of color #8DCB2F: hue angle of 83.85º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DCB2F is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 47 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.20 |
| HSL | 83.85º | 0.62% | 0.49% | - |
| HSV(B) | 83.85º | 0.77% | 0.8% | - |
| XYZ | 32.85 | 48.58 | 10.33 | - |
| YUV | 166.68 | 60.46 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 47 | 0.31 | 0 | 0.77 | 0.20 | 83.85 | 0.62 | 0.49 |
| Hex | 8D | CB | 2F | 1F | 0 | 4D | 14 | 54 | 3E | 31 |
| Octal | 215 | 313 | 57 | 37 | 0 | 115 | 24 | 124 | 76 | 61 |
| Binary | 10001101 | 11001011 | 101111 | 11111 | 0 | 1001101 | 10100 | 1010100 | 111110 | 110001 |
Color Harmonies of #8DCB2F
Complementary color
Monochromatic Colors of #8DCB2F
Black with #8DCB2F
Text Example
Text Example
White with #8DCB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCB2F; }
p { color: rgb(141,203,47); }
H1.HeaderClassName
{
color: #8DCB2F;
}
.AnyTagClassName
{
color: #8DCB2F;
}
</style>
background-color css
<style>
a { background-color: #8DCB2F; }
a { background-color: rgb(141,203,47); }
div.DivClassName
{
background-color: #8DCB2F;
}
.BgClassName
{
background-color: #8DCB2F;
}
</style>
border-color css
<style>
span { border-color: #8DCB2F; }
span { border-color: rgb(141,203,47); }
td.TdClassName
{
border-color: #8DCB2F;
}
.TagClassName
{
border-color: #8DCB2F;
}
</style>