Shades of Yellow Green #8DD235
Tints of Yellow Green #8DD235
RGB
CMYK
RGB Variations
Color information
#8DD235 (or 0x8DD235) is known color: Yellow Green. HEX triplet: 8D, D2 and 35. RGB value is (141,210,53). Sum of RGB (Red+Green+Blue) = 141+210+53=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD235 is #722DCA. Grayscale: #ACACAC. Windows color (decimal): -7482827 or 3527309. OLE color: 3527309.
HSL color Cylindrical-coordinate representation of color #8DD235: hue angle of 86.37º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DD235 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 53 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.18 |
| HSL | 86.37º | 0.64% | 0.52% | - |
| HSV(B) | 86.37º | 0.75% | 0.82% | - |
| XYZ | 34.67 | 52.01 | 11.58 | - |
| YUV | 171.47 | 61.14 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 53 | 0.33 | 0 | 0.75 | 0.18 | 86.37 | 0.64 | 0.52 |
| Hex | 8D | D2 | 35 | 21 | 0 | 4B | 12 | 56 | 40 | 34 |
| Octal | 215 | 322 | 65 | 41 | 0 | 113 | 22 | 126 | 100 | 64 |
| Binary | 10001101 | 11010010 | 110101 | 100001 | 0 | 1001011 | 10010 | 1010110 | 1000000 | 110100 |
Color Harmonies of #8DD235
Complementary color
Monochromatic Colors of #8DD235
Black with #8DD235
Text Example
Text Example
White with #8DD235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD235; }
p { color: rgb(141,210,53); }
H1.HeaderClassName
{
color: #8DD235;
}
.AnyTagClassName
{
color: #8DD235;
}
</style>
background-color css
<style>
a { background-color: #8DD235; }
a { background-color: rgb(141,210,53); }
div.DivClassName
{
background-color: #8DD235;
}
.BgClassName
{
background-color: #8DD235;
}
</style>
border-color css
<style>
span { border-color: #8DD235; }
span { border-color: rgb(141,210,53); }
td.TdClassName
{
border-color: #8DD235;
}
.TagClassName
{
border-color: #8DD235;
}
</style>