Shades of Inch Worm #9BE01D
Tints of Inch Worm #9BE01D
RGB
CMYK
RGB Variations
Color information
#9BE01D (or 0x9BE01D) is known color: Inch Worm. HEX triplet: 9B, E0 and 1D. RGB value is (155,224,29). Sum of RGB (Red+Green+Blue) = 155+224+29=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 224 (87.89% from 255 or 54.90% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE01D is #641FE2. Grayscale: #B5B5B5. Windows color (decimal): -6561763 or 1958043. OLE color: 1958043.
HSL color Cylindrical-coordinate representation of color #9BE01D: hue angle of 81.23º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BE01D is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 29 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.12 |
| HSL | 81.23º | 0.77% | 0.5% | - |
| HSV(B) | 81.23º | 0.87% | 0.88% | - |
| XYZ | 40.4 | 60.37 | 10.69 | - |
| YUV | 181.14 | 42.14 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 29 | 0.31 | 0 | 0.87 | 0.12 | 81.23 | 0.77 | 0.5 |
| Hex | 9B | E0 | 1D | 1F | 0 | 57 | C | 51 | 4D | 32 |
| Octal | 233 | 340 | 35 | 37 | 0 | 127 | 14 | 121 | 115 | 62 |
| Binary | 10011011 | 11100000 | 11101 | 11111 | 0 | 1010111 | 1100 | 1010001 | 1001101 | 110010 |
Color Harmonies of #9BE01D
Complementary color
Monochromatic Colors of #9BE01D
Black with #9BE01D
Text Example
Text Example
White with #9BE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE01D; }
p { color: rgb(155,224,29); }
H1.HeaderClassName
{
color: #9BE01D;
}
.AnyTagClassName
{
color: #9BE01D;
}
</style>
background-color css
<style>
a { background-color: #9BE01D; }
a { background-color: rgb(155,224,29); }
div.DivClassName
{
background-color: #9BE01D;
}
.BgClassName
{
background-color: #9BE01D;
}
</style>
border-color css
<style>
span { border-color: #9BE01D; }
span { border-color: rgb(155,224,29); }
td.TdClassName
{
border-color: #9BE01D;
}
.TagClassName
{
border-color: #9BE01D;
}
</style>