Shades of Yellow Green #9DDC2C
Tints of Yellow Green #9DDC2C
RGB
CMYK
RGB Variations
Color information
#9DDC2C (or 0x9DDC2C) is known color: Yellow Green. HEX triplet: 9D, DC and 2C. RGB value is (157,220,44). Sum of RGB (Red+Green+Blue) = 157+220+44=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 220 (86.33% from 255 or 52.26% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDC2C is #6223D3. Grayscale: #B5B5B5. Windows color (decimal): -6431700 or 2940061. OLE color: 2940061.
HSL color Cylindrical-coordinate representation of color #9DDC2C: hue angle of 81.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9DDC2C is Cyan = 0.29, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 220 | 44 | - |
| CMYK | 0.29 | 0 | 0.8 | 0.14 |
| HSL | 81.48º | 0.72% | 0.52% | - |
| HSV(B) | 81.48º | 0.8% | 0.86% | - |
| XYZ | 39.95 | 58.54 | 11.58 | - |
| YUV | 181.1 | 50.63 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 220 | 44 | 0.29 | 0 | 0.8 | 0.14 | 81.48 | 0.72 | 0.52 |
| Hex | 9D | DC | 2C | 1D | 0 | 50 | E | 51 | 48 | 34 |
| Octal | 235 | 334 | 54 | 35 | 0 | 120 | 16 | 121 | 110 | 64 |
| Binary | 10011101 | 11011100 | 101100 | 11101 | 0 | 1010000 | 1110 | 1010001 | 1001000 | 110100 |
Color Harmonies of #9DDC2C
Complementary color
Monochromatic Colors of #9DDC2C
Black with #9DDC2C
Text Example
Text Example
White with #9DDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDC2C; }
p { color: rgb(157,220,44); }
H1.HeaderClassName
{
color: #9DDC2C;
}
.AnyTagClassName
{
color: #9DDC2C;
}
</style>
background-color css
<style>
a { background-color: #9DDC2C; }
a { background-color: rgb(157,220,44); }
div.DivClassName
{
background-color: #9DDC2C;
}
.BgClassName
{
background-color: #9DDC2C;
}
</style>
border-color css
<style>
span { border-color: #9DDC2C; }
span { border-color: rgb(157,220,44); }
td.TdClassName
{
border-color: #9DDC2C;
}
.TagClassName
{
border-color: #9DDC2C;
}
</style>