Shades of Yellow Green #9CDD30
Tints of Yellow Green #9CDD30
RGB
CMYK
RGB Variations
Color information
#9CDD30 (or 0x9CDD30) is known color: Yellow Green. HEX triplet: 9C, DD and 30. RGB value is (156,221,48). Sum of RGB (Red+Green+Blue) = 156+221+48=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 48 (19.14% from 255 or 11.29% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDD30 is #6322CF. Grayscale: #B6B6B6. Windows color (decimal): -6496976 or 3202460. OLE color: 3202460.
HSL color Cylindrical-coordinate representation of color #9CDD30: hue angle of 82.54º 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 #9CDD30 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 221 | 48 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.13 |
| HSL | 82.54º | 0.72% | 0.53% | - |
| HSV(B) | 82.54º | 0.78% | 0.87% | - |
| XYZ | 40.1 | 58.99 | 12.07 | - |
| YUV | 181.84 | 52.47 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 221 | 48 | 0.29 | 0 | 0.78 | 0.13 | 82.54 | 0.72 | 0.53 |
| Hex | 9C | DD | 30 | 1D | 0 | 4E | D | 53 | 48 | 35 |
| Octal | 234 | 335 | 60 | 35 | 0 | 116 | 15 | 123 | 110 | 65 |
| Binary | 10011100 | 11011101 | 110000 | 11101 | 0 | 1001110 | 1101 | 1010011 | 1001000 | 110101 |
Color Harmonies of #9CDD30
Complementary color
Monochromatic Colors of #9CDD30
Black with #9CDD30
Text Example
Text Example
White with #9CDD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDD30; }
p { color: rgb(156,221,48); }
H1.HeaderClassName
{
color: #9CDD30;
}
.AnyTagClassName
{
color: #9CDD30;
}
</style>
background-color css
<style>
a { background-color: #9CDD30; }
a { background-color: rgb(156,221,48); }
div.DivClassName
{
background-color: #9CDD30;
}
.BgClassName
{
background-color: #9CDD30;
}
</style>
border-color css
<style>
span { border-color: #9CDD30; }
span { border-color: rgb(156,221,48); }
td.TdClassName
{
border-color: #9CDD30;
}
.TagClassName
{
border-color: #9CDD30;
}
</style>