Shades of Yellow Green #9DBF34
Tints of Yellow Green #9DBF34
RGB
CMYK
RGB Variations
Color information
#9DBF34 (or 0x9DBF34) is known color: Yellow Green. HEX triplet: 9D, BF and 34. RGB value is (157,191,52). Sum of RGB (Red+Green+Blue) = 157+191+52=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBF34 is #6240CB. Grayscale: #A5A5A5. Windows color (decimal): -6439116 or 3456925. OLE color: 3456925.
HSL color Cylindrical-coordinate representation of color #9DBF34: hue angle of 74.68º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DBF34 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 52 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.25 |
| HSL | 74.68º | 0.57% | 0.48% | - |
| HSV(B) | 74.68º | 0.73% | 0.75% | - |
| XYZ | 33.16 | 44.68 | 10.12 | - |
| YUV | 164.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 52 | 0.18 | 0 | 0.73 | 0.25 | 74.68 | 0.57 | 0.48 |
| Hex | 9D | BF | 34 | 12 | 0 | 49 | 19 | 4B | 39 | 30 |
| Octal | 235 | 277 | 64 | 22 | 0 | 111 | 31 | 113 | 71 | 60 |
| Binary | 10011101 | 10111111 | 110100 | 10010 | 0 | 1001001 | 11001 | 1001011 | 111001 | 110000 |
Color Harmonies of #9DBF34
Complementary color
Monochromatic Colors of #9DBF34
Black with #9DBF34
Text Example
Text Example
White with #9DBF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF34; }
p { color: rgb(157,191,52); }
H1.HeaderClassName
{
color: #9DBF34;
}
.AnyTagClassName
{
color: #9DBF34;
}
</style>
background-color css
<style>
a { background-color: #9DBF34; }
a { background-color: rgb(157,191,52); }
div.DivClassName
{
background-color: #9DBF34;
}
.BgClassName
{
background-color: #9DBF34;
}
</style>
border-color css
<style>
span { border-color: #9DBF34; }
span { border-color: rgb(157,191,52); }
td.TdClassName
{
border-color: #9DBF34;
}
.TagClassName
{
border-color: #9DBF34;
}
</style>