Shades of Yellow Green #9DBD30
Tints of Yellow Green #9DBD30
RGB
CMYK
RGB Variations
Color information
#9DBD30 (or 0x9DBD30) is known color: Yellow Green. HEX triplet: 9D, BD and 30. RGB value is (157,189,48). Sum of RGB (Red+Green+Blue) = 157+189+48=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBD30 is #6242CF. Grayscale: #A3A3A3. Windows color (decimal): -6439632 or 3194269. OLE color: 3194269.
HSL color Cylindrical-coordinate representation of color #9DBD30: hue angle of 73.62º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DBD30 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 48 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.26 |
| HSL | 73.62º | 0.59% | 0.46% | - |
| HSV(B) | 73.62º | 0.75% | 0.74% | - |
| XYZ | 32.64 | 43.78 | 9.53 | - |
| YUV | 163.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 48 | 0.17 | 0 | 0.75 | 0.26 | 73.62 | 0.59 | 0.46 |
| Hex | 9D | BD | 30 | 11 | 0 | 4B | 1A | 4A | 3B | 2E |
| Octal | 235 | 275 | 60 | 21 | 0 | 113 | 32 | 112 | 73 | 56 |
| Binary | 10011101 | 10111101 | 110000 | 10001 | 0 | 1001011 | 11010 | 1001010 | 111011 | 101110 |
Color Harmonies of #9DBD30
Complementary color
Monochromatic Colors of #9DBD30
Black with #9DBD30
Text Example
Text Example
White with #9DBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD30; }
p { color: rgb(157,189,48); }
H1.HeaderClassName
{
color: #9DBD30;
}
.AnyTagClassName
{
color: #9DBD30;
}
</style>
background-color css
<style>
a { background-color: #9DBD30; }
a { background-color: rgb(157,189,48); }
div.DivClassName
{
background-color: #9DBD30;
}
.BgClassName
{
background-color: #9DBD30;
}
</style>
border-color css
<style>
span { border-color: #9DBD30; }
span { border-color: rgb(157,189,48); }
td.TdClassName
{
border-color: #9DBD30;
}
.TagClassName
{
border-color: #9DBD30;
}
</style>