Shades of Inch Worm #B1D50C
Tints of Inch Worm #B1D50C
RGB
CMYK
RGB Variations
Color information
#B1D50C (or 0xB1D50C) is known color: Inch Worm. HEX triplet: B1, D5 and 0C. RGB value is (177,213,12). Sum of RGB (Red+Green+Blue) = 177+213+12=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D50C is #4E2AF3. Grayscale: #B4B4B4. Windows color (decimal): -5122804 or 841137. OLE color: 841137.
HSL color Cylindrical-coordinate representation of color #B1D50C: hue angle of 70.75º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1D50C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 12 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.16 |
| HSL | 70.75º | 0.89% | 0.44% | - |
| HSV(B) | 70.75º | 0.94% | 0.84% | - |
| XYZ | 41.99 | 56.96 | 9.13 | - |
| YUV | 179.32 | 33.57 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 12 | 0.17 | 0 | 0.94 | 0.16 | 70.75 | 0.89 | 0.44 |
| Hex | B1 | D5 | C | 11 | 0 | 5E | 10 | 47 | 59 | 2C |
| Octal | 261 | 325 | 14 | 21 | 0 | 136 | 20 | 107 | 131 | 54 |
| Binary | 10110001 | 11010101 | 1100 | 10001 | 0 | 1011110 | 10000 | 1000111 | 1011001 | 101100 |
Color Harmonies of #B1D50C
Complementary color
Monochromatic Colors of #B1D50C
Black with #B1D50C
Text Example
Text Example
White with #B1D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D50C; }
p { color: rgb(177,213,12); }
H1.HeaderClassName
{
color: #B1D50C;
}
.AnyTagClassName
{
color: #B1D50C;
}
</style>
background-color css
<style>
a { background-color: #B1D50C; }
a { background-color: rgb(177,213,12); }
div.DivClassName
{
background-color: #B1D50C;
}
.BgClassName
{
background-color: #B1D50C;
}
</style>
border-color css
<style>
span { border-color: #B1D50C; }
span { border-color: rgb(177,213,12); }
td.TdClassName
{
border-color: #B1D50C;
}
.TagClassName
{
border-color: #B1D50C;
}
</style>