Shades of Yellow Green #8DDC33
Tints of Yellow Green #8DDC33
RGB
CMYK
RGB Variations
Color information
#8DDC33 (or 0x8DDC33) is known color: Yellow Green. HEX triplet: 8D, DC and 33. RGB value is (141,220,51). Sum of RGB (Red+Green+Blue) = 141+220+51=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDC33 is #7223CC. Grayscale: #B1B1B1. Windows color (decimal): -7480269 or 3398797. OLE color: 3398797.
HSL color Cylindrical-coordinate representation of color #8DDC33: hue angle of 88.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DDC33 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 51 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.14 |
| HSL | 88.05º | 0.71% | 0.53% | - |
| HSV(B) | 88.05º | 0.77% | 0.86% | - |
| XYZ | 37.18 | 57.09 | 12.19 | - |
| YUV | 177.11 | 56.83 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 51 | 0.36 | 0 | 0.77 | 0.14 | 88.05 | 0.71 | 0.53 |
| Hex | 8D | DC | 33 | 24 | 0 | 4D | E | 58 | 47 | 35 |
| Octal | 215 | 334 | 63 | 44 | 0 | 115 | 16 | 130 | 107 | 65 |
| Binary | 10001101 | 11011100 | 110011 | 100100 | 0 | 1001101 | 1110 | 1011000 | 1000111 | 110101 |
Color Harmonies of #8DDC33
Complementary color
Monochromatic Colors of #8DDC33
Black with #8DDC33
Text Example
Text Example
White with #8DDC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC33; }
p { color: rgb(141,220,51); }
H1.HeaderClassName
{
color: #8DDC33;
}
.AnyTagClassName
{
color: #8DDC33;
}
</style>
background-color css
<style>
a { background-color: #8DDC33; }
a { background-color: rgb(141,220,51); }
div.DivClassName
{
background-color: #8DDC33;
}
.BgClassName
{
background-color: #8DDC33;
}
</style>
border-color css
<style>
span { border-color: #8DDC33; }
span { border-color: rgb(141,220,51); }
td.TdClassName
{
border-color: #8DDC33;
}
.TagClassName
{
border-color: #8DDC33;
}
</style>