Shades of Yellow Green #9BCF30
Tints of Yellow Green #9BCF30
RGB
CMYK
RGB Variations
Color information
#9BCF30 (or 0x9BCF30) is known color: Yellow Green. HEX triplet: 9B, CF and 30. RGB value is (155,207,48). Sum of RGB (Red+Green+Blue) = 155+207+48=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCF30 is #6430CF. Grayscale: #ADADAD. Windows color (decimal): -6566096 or 3198875. OLE color: 3198875.
HSL color Cylindrical-coordinate representation of color #9BCF30: hue angle of 79.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9BCF30 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 48 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.19 |
| HSL | 79.62º | 0.62% | 0.5% | - |
| HSV(B) | 79.62º | 0.77% | 0.81% | - |
| XYZ | 36.36 | 51.81 | 10.88 | - |
| YUV | 173.33 | 57.27 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 48 | 0.25 | 0 | 0.77 | 0.19 | 79.62 | 0.62 | 0.5 |
| Hex | 9B | CF | 30 | 19 | 0 | 4D | 13 | 50 | 3E | 32 |
| Octal | 233 | 317 | 60 | 31 | 0 | 115 | 23 | 120 | 76 | 62 |
| Binary | 10011011 | 11001111 | 110000 | 11001 | 0 | 1001101 | 10011 | 1010000 | 111110 | 110010 |
Color Harmonies of #9BCF30
Complementary color
Monochromatic Colors of #9BCF30
Black with #9BCF30
Text Example
Text Example
White with #9BCF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF30; }
p { color: rgb(155,207,48); }
H1.HeaderClassName
{
color: #9BCF30;
}
.AnyTagClassName
{
color: #9BCF30;
}
</style>
background-color css
<style>
a { background-color: #9BCF30; }
a { background-color: rgb(155,207,48); }
div.DivClassName
{
background-color: #9BCF30;
}
.BgClassName
{
background-color: #9BCF30;
}
</style>
border-color css
<style>
span { border-color: #9BCF30; }
span { border-color: rgb(155,207,48); }
td.TdClassName
{
border-color: #9BCF30;
}
.TagClassName
{
border-color: #9BCF30;
}
</style>