Shades of Yellow Green #8DCF22
Tints of Yellow Green #8DCF22
RGB
CMYK
RGB Variations
Color information
#8DCF22 (or 0x8DCF22) is known color: Yellow Green. HEX triplet: 8D, CF and 22. RGB value is (141,207,34). Sum of RGB (Red+Green+Blue) = 141+207+34=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 34 (13.67% from 255 or 8.90% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCF22 is #7230DD. Grayscale: #A8A8A8. Windows color (decimal): -7483614 or 2281357. OLE color: 2281357.
HSL color Cylindrical-coordinate representation of color #8DCF22: hue angle of 82.89º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DCF22 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 34 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.19 |
| HSL | 82.89º | 0.72% | 0.47% | - |
| HSV(B) | 82.89º | 0.84% | 0.81% | - |
| XYZ | 33.59 | 50.4 | 9.47 | - |
| YUV | 167.54 | 52.63 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 34 | 0.32 | 0 | 0.84 | 0.19 | 82.89 | 0.72 | 0.47 |
| Hex | 8D | CF | 22 | 20 | 0 | 54 | 13 | 53 | 48 | 2F |
| Octal | 215 | 317 | 42 | 40 | 0 | 124 | 23 | 123 | 110 | 57 |
| Binary | 10001101 | 11001111 | 100010 | 100000 | 0 | 1010100 | 10011 | 1010011 | 1001000 | 101111 |
Color Harmonies of #8DCF22
Complementary color
Monochromatic Colors of #8DCF22
Black with #8DCF22
Text Example
Text Example
White with #8DCF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF22; }
p { color: rgb(141,207,34); }
H1.HeaderClassName
{
color: #8DCF22;
}
.AnyTagClassName
{
color: #8DCF22;
}
</style>
background-color css
<style>
a { background-color: #8DCF22; }
a { background-color: rgb(141,207,34); }
div.DivClassName
{
background-color: #8DCF22;
}
.BgClassName
{
background-color: #8DCF22;
}
</style>
border-color css
<style>
span { border-color: #8DCF22; }
span { border-color: rgb(141,207,34); }
td.TdClassName
{
border-color: #8DCF22;
}
.TagClassName
{
border-color: #8DCF22;
}
</style>