Shades of Inch Worm #9BE50F
Tints of Inch Worm #9BE50F
RGB
CMYK
RGB Variations
Color information
#9BE50F (or 0x9BE50F) is known color: Inch Worm. HEX triplet: 9B, E5 and 0F. RGB value is (155,229,15). Sum of RGB (Red+Green+Blue) = 155+229+15=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 229 (89.84% from 255 or 57.39% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 229 - color contains mainly: green. Hex color #9BE50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BE50F is #641AF0. Grayscale: #B7B7B7. Windows color (decimal): -6560497 or 1041819. OLE color: 1041819.
HSL color Cylindrical-coordinate representation of color #9BE50F: hue angle of 80.75º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BE50F is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 155 | 229 | 15 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.10 |
| HSL | 80.75º | 0.88% | 0.48% | - |
| HSV(B) | 80.75º | 0.93% | 0.9% | - |
| XYZ | 41.62 | 63.04 | 10.43 | - |
| YUV | 182.48 | 33.48 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 229 | 15 | 0.32 | 0 | 0.93 | 0.10 | 80.75 | 0.88 | 0.48 |
| Hex | 9B | E5 | F | 20 | 0 | 5D | A | 51 | 58 | 30 |
| Octal | 233 | 345 | 17 | 40 | 0 | 135 | 12 | 121 | 130 | 60 |
| Binary | 10011011 | 11100101 | 1111 | 100000 | 0 | 1011101 | 1010 | 1010001 | 1011000 | 110000 |
Color Harmonies of #9BE50F
Complementary color
Monochromatic Colors of #9BE50F
Black with #9BE50F
Text Example
Text Example
White with #9BE50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE50F; }
p { color: rgb(155,229,15); }
H1.HeaderClassName
{
color: #9BE50F;
}
.AnyTagClassName
{
color: #9BE50F;
}
</style>
background-color css
<style>
a { background-color: #9BE50F; }
a { background-color: rgb(155,229,15); }
div.DivClassName
{
background-color: #9BE50F;
}
.BgClassName
{
background-color: #9BE50F;
}
</style>
border-color css
<style>
span { border-color: #9BE50F; }
span { border-color: rgb(155,229,15); }
td.TdClassName
{
border-color: #9BE50F;
}
.TagClassName
{
border-color: #9BE50F;
}
</style>