Shades of Yellow Green #9BC52F
Tints of Yellow Green #9BC52F
RGB
CMYK
RGB Variations
Color information
#9BC52F (or 0x9BC52F) is known color: Yellow Green. HEX triplet: 9B, C5 and 2F. RGB value is (155,197,47). Sum of RGB (Red+Green+Blue) = 155+197+47=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC52F is #643AD0. Grayscale: #A7A7A7. Windows color (decimal): -6568657 or 3130779. OLE color: 3130779.
HSL color Cylindrical-coordinate representation of color #9BC52F: hue angle of 76.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BC52F is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 47 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.23 |
| HSL | 76.8º | 0.61% | 0.48% | - |
| HSV(B) | 76.8º | 0.76% | 0.77% | - |
| XYZ | 34 | 47.11 | 9.99 | - |
| YUV | 167.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 47 | 0.21 | 0 | 0.76 | 0.23 | 76.8 | 0.61 | 0.48 |
| Hex | 9B | C5 | 2F | 15 | 0 | 4C | 17 | 4D | 3D | 30 |
| Octal | 233 | 305 | 57 | 25 | 0 | 114 | 27 | 115 | 75 | 60 |
| Binary | 10011011 | 11000101 | 101111 | 10101 | 0 | 1001100 | 10111 | 1001101 | 111101 | 110000 |
Color Harmonies of #9BC52F
Complementary color
Monochromatic Colors of #9BC52F
Black with #9BC52F
Text Example
Text Example
White with #9BC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC52F; }
p { color: rgb(155,197,47); }
H1.HeaderClassName
{
color: #9BC52F;
}
.AnyTagClassName
{
color: #9BC52F;
}
</style>
background-color css
<style>
a { background-color: #9BC52F; }
a { background-color: rgb(155,197,47); }
div.DivClassName
{
background-color: #9BC52F;
}
.BgClassName
{
background-color: #9BC52F;
}
</style>
border-color css
<style>
span { border-color: #9BC52F; }
span { border-color: rgb(155,197,47); }
td.TdClassName
{
border-color: #9BC52F;
}
.TagClassName
{
border-color: #9BC52F;
}
</style>