Shades of Yellow Green #9DDD2D
Tints of Yellow Green #9DDD2D
RGB
CMYK
RGB Variations
Color information
#9DDD2D (or 0x9DDD2D) is known color: Yellow Green. HEX triplet: 9D, DD and 2D. RGB value is (157,221,45). Sum of RGB (Red+Green+Blue) = 157+221+45=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDD2D is #6222D2. Grayscale: #B6B6B6. Windows color (decimal): -6431443 or 3005853. OLE color: 3005853.
HSL color Cylindrical-coordinate representation of color #9DDD2D: hue angle of 81.82º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9DDD2D is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 45 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.13 |
| HSL | 81.82º | 0.72% | 0.52% | - |
| HSV(B) | 81.82º | 0.8% | 0.87% | - |
| XYZ | 40.23 | 59.07 | 11.76 | - |
| YUV | 181.8 | 50.8 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 45 | 0.29 | 0 | 0.80 | 0.13 | 81.82 | 0.72 | 0.52 |
| Hex | 9D | DD | 2D | 1D | 0 | 50 | D | 52 | 48 | 34 |
| Octal | 235 | 335 | 55 | 35 | 0 | 120 | 15 | 122 | 110 | 64 |
| Binary | 10011101 | 11011101 | 101101 | 11101 | 0 | 1010000 | 1101 | 1010010 | 1001000 | 110100 |
Color Harmonies of #9DDD2D
Complementary color
Monochromatic Colors of #9DDD2D
Black with #9DDD2D
Text Example
Text Example
White with #9DDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD2D; }
p { color: rgb(157,221,45); }
H1.HeaderClassName
{
color: #9DDD2D;
}
.AnyTagClassName
{
color: #9DDD2D;
}
</style>
background-color css
<style>
a { background-color: #9DDD2D; }
a { background-color: rgb(157,221,45); }
div.DivClassName
{
background-color: #9DDD2D;
}
.BgClassName
{
background-color: #9DDD2D;
}
</style>
border-color css
<style>
span { border-color: #9DDD2D; }
span { border-color: rgb(157,221,45); }
td.TdClassName
{
border-color: #9DDD2D;
}
.TagClassName
{
border-color: #9DDD2D;
}
</style>