Shades of Yellow Green #9DDD30
Tints of Yellow Green #9DDD30
RGB
CMYK
RGB Variations
Color information
#9DDD30 (or 0x9DDD30) is known color: Yellow Green. HEX triplet: 9D, DD and 30. RGB value is (157,221,48). Sum of RGB (Red+Green+Blue) = 157+221+48=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DDD30 is #6222CF. Grayscale: #B6B6B6. Windows color (decimal): -6431440 or 3202461. OLE color: 3202461.
HSL color Cylindrical-coordinate representation of color #9DDD30: hue angle of 82.2º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DDD30 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 48 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.13 |
| HSL | 82.2º | 0.72% | 0.53% | - |
| HSV(B) | 82.2º | 0.78% | 0.87% | - |
| XYZ | 40.29 | 59.09 | 12.08 | - |
| YUV | 182.14 | 52.3 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 48 | 0.29 | 0 | 0.78 | 0.13 | 82.2 | 0.72 | 0.53 |
| Hex | 9D | DD | 30 | 1D | 0 | 4E | D | 52 | 48 | 35 |
| Octal | 235 | 335 | 60 | 35 | 0 | 116 | 15 | 122 | 110 | 65 |
| Binary | 10011101 | 11011101 | 110000 | 11101 | 0 | 1001110 | 1101 | 1010010 | 1001000 | 110101 |
Color Harmonies of #9DDD30
Complementary color
Monochromatic Colors of #9DDD30
Black with #9DDD30
Text Example
Text Example
White with #9DDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD30; }
p { color: rgb(157,221,48); }
H1.HeaderClassName
{
color: #9DDD30;
}
.AnyTagClassName
{
color: #9DDD30;
}
</style>
background-color css
<style>
a { background-color: #9DDD30; }
a { background-color: rgb(157,221,48); }
div.DivClassName
{
background-color: #9DDD30;
}
.BgClassName
{
background-color: #9DDD30;
}
</style>
border-color css
<style>
span { border-color: #9DDD30; }
span { border-color: rgb(157,221,48); }
td.TdClassName
{
border-color: #9DDD30;
}
.TagClassName
{
border-color: #9DDD30;
}
</style>