Shades of Yellow Green #9BD532
Tints of Yellow Green #9BD532
RGB
CMYK
RGB Variations
Color information
#9BD532 (or 0x9BD532) is known color: Yellow Green. HEX triplet: 9B, D5 and 32. RGB value is (155,213,50). Sum of RGB (Red+Green+Blue) = 155+213+50=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD532 is #642ACD. Grayscale: #B1B1B1. Windows color (decimal): -6564558 or 3331483. OLE color: 3331483.
HSL color Cylindrical-coordinate representation of color #9BD532: hue angle of 81.35º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BD532 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 213 | 50 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.16 |
| HSL | 81.35º | 0.66% | 0.52% | - |
| HSV(B) | 81.35º | 0.77% | 0.84% | - |
| XYZ | 37.89 | 54.79 | 11.6 | - |
| YUV | 177.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 50 | 0.27 | 0 | 0.77 | 0.16 | 81.35 | 0.66 | 0.52 |
| Hex | 9B | D5 | 32 | 1B | 0 | 4D | 10 | 51 | 42 | 34 |
| Octal | 233 | 325 | 62 | 33 | 0 | 115 | 20 | 121 | 102 | 64 |
| Binary | 10011011 | 11010101 | 110010 | 11011 | 0 | 1001101 | 10000 | 1010001 | 1000010 | 110100 |
Color Harmonies of #9BD532
Complementary color
Monochromatic Colors of #9BD532
Black with #9BD532
Text Example
Text Example
White with #9BD532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD532; }
p { color: rgb(155,213,50); }
H1.HeaderClassName
{
color: #9BD532;
}
.AnyTagClassName
{
color: #9BD532;
}
</style>
background-color css
<style>
a { background-color: #9BD532; }
a { background-color: rgb(155,213,50); }
div.DivClassName
{
background-color: #9BD532;
}
.BgClassName
{
background-color: #9BD532;
}
</style>
border-color css
<style>
span { border-color: #9BD532; }
span { border-color: rgb(155,213,50); }
td.TdClassName
{
border-color: #9BD532;
}
.TagClassName
{
border-color: #9BD532;
}
</style>