Shades of Yellow Green #8DBF3C
Tints of Yellow Green #8DBF3C
RGB
CMYK
RGB Variations
Color information
#8DBF3C (or 0x8DBF3C) is known color: Yellow Green. HEX triplet: 8D, BF and 3C. RGB value is (141,191,60). Sum of RGB (Red+Green+Blue) = 141+191+60=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF3C is #7240C3. Grayscale: #A1A1A1. Windows color (decimal): -7487684 or 3981197. OLE color: 3981197.
HSL color Cylindrical-coordinate representation of color #8DBF3C: hue angle of 82.9º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DBF3C is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 60 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.25 |
| HSL | 82.9º | 0.52% | 0.49% | - |
| HSV(B) | 82.9º | 0.69% | 0.75% | - |
| XYZ | 30.43 | 43.25 | 11.02 | - |
| YUV | 161.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 60 | 0.26 | 0 | 0.69 | 0.25 | 82.9 | 0.52 | 0.49 |
| Hex | 8D | BF | 3C | 1A | 0 | 45 | 19 | 53 | 34 | 31 |
| Octal | 215 | 277 | 74 | 32 | 0 | 105 | 31 | 123 | 64 | 61 |
| Binary | 10001101 | 10111111 | 111100 | 11010 | 0 | 1000101 | 11001 | 1010011 | 110100 | 110001 |
Color Harmonies of #8DBF3C
Complementary color
Monochromatic Colors of #8DBF3C
Black with #8DBF3C
Text Example
Text Example
White with #8DBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF3C; }
p { color: rgb(141,191,60); }
H1.HeaderClassName
{
color: #8DBF3C;
}
.AnyTagClassName
{
color: #8DBF3C;
}
</style>
background-color css
<style>
a { background-color: #8DBF3C; }
a { background-color: rgb(141,191,60); }
div.DivClassName
{
background-color: #8DBF3C;
}
.BgClassName
{
background-color: #8DBF3C;
}
</style>
border-color css
<style>
span { border-color: #8DBF3C; }
span { border-color: rgb(141,191,60); }
td.TdClassName
{
border-color: #8DBF3C;
}
.TagClassName
{
border-color: #8DBF3C;
}
</style>