Shades of Yellow Green #8DBF33
Tints of Yellow Green #8DBF33
RGB
CMYK
RGB Variations
Color information
#8DBF33 (or 0x8DBF33) is known color: Yellow Green. HEX triplet: 8D, BF and 33. RGB value is (141,191,51). Sum of RGB (Red+Green+Blue) = 141+191+51=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF33 is #7240CC. Grayscale: #A0A0A0. Windows color (decimal): -7487693 or 3391373. OLE color: 3391373.
HSL color Cylindrical-coordinate representation of color #8DBF33: hue angle of 81.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DBF33 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 51 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.25 |
| HSL | 81.43º | 0.58% | 0.47% | - |
| HSV(B) | 81.43º | 0.73% | 0.75% | - |
| XYZ | 30.21 | 43.16 | 9.87 | - |
| YUV | 160.09 | 66.44 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 51 | 0.26 | 0 | 0.73 | 0.25 | 81.43 | 0.58 | 0.47 |
| Hex | 8D | BF | 33 | 1A | 0 | 49 | 19 | 51 | 3A | 2F |
| Octal | 215 | 277 | 63 | 32 | 0 | 111 | 31 | 121 | 72 | 57 |
| Binary | 10001101 | 10111111 | 110011 | 11010 | 0 | 1001001 | 11001 | 1010001 | 111010 | 101111 |
Color Harmonies of #8DBF33
Complementary color
Monochromatic Colors of #8DBF33
Black with #8DBF33
Text Example
Text Example
White with #8DBF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF33; }
p { color: rgb(141,191,51); }
H1.HeaderClassName
{
color: #8DBF33;
}
.AnyTagClassName
{
color: #8DBF33;
}
</style>
background-color css
<style>
a { background-color: #8DBF33; }
a { background-color: rgb(141,191,51); }
div.DivClassName
{
background-color: #8DBF33;
}
.BgClassName
{
background-color: #8DBF33;
}
</style>
border-color css
<style>
span { border-color: #8DBF33; }
span { border-color: rgb(141,191,51); }
td.TdClassName
{
border-color: #8DBF33;
}
.TagClassName
{
border-color: #8DBF33;
}
</style>