Shades of Green Yellow #9BED2F
Tints of Green Yellow #9BED2F
RGB
CMYK
RGB Variations
Color information
#9BED2F (or 0x9BED2F) is known color: Green Yellow. HEX triplet: 9B, ED and 2F. RGB value is (155,237,47). Sum of RGB (Red+Green+Blue) = 155+237+47=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BED2F is #6412D0. Grayscale: #BFBFBF. Windows color (decimal): -6558417 or 3141019. OLE color: 3141019.
HSL color Cylindrical-coordinate representation of color #9BED2F: hue angle of 85.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9BED2F is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 47 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.07 |
| HSL | 85.89º | 0.84% | 0.56% | - |
| HSV(B) | 85.89º | 0.8% | 0.93% | - |
| XYZ | 44.31 | 67.74 | 13.43 | - |
| YUV | 190.82 | 46.83 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 47 | 0.35 | 0 | 0.80 | 0.07 | 85.89 | 0.84 | 0.56 |
| Hex | 9B | ED | 2F | 23 | 0 | 50 | 7 | 56 | 54 | 38 |
| Octal | 233 | 355 | 57 | 43 | 0 | 120 | 7 | 126 | 124 | 70 |
| Binary | 10011011 | 11101101 | 101111 | 100011 | 0 | 1010000 | 111 | 1010110 | 1010100 | 111000 |
Color Harmonies of #9BED2F
Complementary color
Monochromatic Colors of #9BED2F
Black with #9BED2F
Text Example
Text Example
White with #9BED2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BED2F; }
p { color: rgb(155,237,47); }
H1.HeaderClassName
{
color: #9BED2F;
}
.AnyTagClassName
{
color: #9BED2F;
}
</style>
background-color css
<style>
a { background-color: #9BED2F; }
a { background-color: rgb(155,237,47); }
div.DivClassName
{
background-color: #9BED2F;
}
.BgClassName
{
background-color: #9BED2F;
}
</style>
border-color css
<style>
span { border-color: #9BED2F; }
span { border-color: rgb(155,237,47); }
td.TdClassName
{
border-color: #9BED2F;
}
.TagClassName
{
border-color: #9BED2F;
}
</style>