Shades of Yellow Green #9BCD30
Tints of Yellow Green #9BCD30
RGB
CMYK
RGB Variations
Color information
#9BCD30 (or 0x9BCD30) is known color: Yellow Green. HEX triplet: 9B, CD and 30. RGB value is (155,205,48). Sum of RGB (Red+Green+Blue) = 155+205+48=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCD30 is #6432CF. Grayscale: #ACACAC. Windows color (decimal): -6566608 or 3198363. OLE color: 3198363.
HSL color Cylindrical-coordinate representation of color #9BCD30: hue angle of 79.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BCD30 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 48 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.20 |
| HSL | 79.11º | 0.62% | 0.5% | - |
| HSV(B) | 79.11º | 0.77% | 0.8% | - |
| XYZ | 35.88 | 50.84 | 10.72 | - |
| YUV | 172.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 48 | 0.24 | 0 | 0.77 | 0.20 | 79.11 | 0.62 | 0.5 |
| Hex | 9B | CD | 30 | 18 | 0 | 4D | 14 | 4F | 3E | 32 |
| Octal | 233 | 315 | 60 | 30 | 0 | 115 | 24 | 117 | 76 | 62 |
| Binary | 10011011 | 11001101 | 110000 | 11000 | 0 | 1001101 | 10100 | 1001111 | 111110 | 110010 |
Color Harmonies of #9BCD30
Complementary color
Monochromatic Colors of #9BCD30
Black with #9BCD30
Text Example
Text Example
White with #9BCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD30; }
p { color: rgb(155,205,48); }
H1.HeaderClassName
{
color: #9BCD30;
}
.AnyTagClassName
{
color: #9BCD30;
}
</style>
background-color css
<style>
a { background-color: #9BCD30; }
a { background-color: rgb(155,205,48); }
div.DivClassName
{
background-color: #9BCD30;
}
.BgClassName
{
background-color: #9BCD30;
}
</style>
border-color css
<style>
span { border-color: #9BCD30; }
span { border-color: rgb(155,205,48); }
td.TdClassName
{
border-color: #9BCD30;
}
.TagClassName
{
border-color: #9BCD30;
}
</style>