Shades of Inch Worm #B0D71D
Tints of Inch Worm #B0D71D
RGB
CMYK
RGB Variations
Color information
#B0D71D (or 0xB0D71D) is known color: Inch Worm. HEX triplet: B0, D7 and 1D. RGB value is (176,215,29). Sum of RGB (Red+Green+Blue) = 176+215+29=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D71D is #4F28E2. Grayscale: #B6B6B6. Windows color (decimal): -5187811 or 1955760. OLE color: 1955760.
HSL color Cylindrical-coordinate representation of color #B0D71D: hue angle of 72.58º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0D71D is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 29 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.16 |
| HSL | 72.58º | 0.76% | 0.48% | - |
| HSV(B) | 72.58º | 0.87% | 0.84% | - |
| XYZ | 42.43 | 57.92 | 10.11 | - |
| YUV | 182.14 | 41.58 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 29 | 0.18 | 0 | 0.87 | 0.16 | 72.58 | 0.76 | 0.48 |
| Hex | B0 | D7 | 1D | 12 | 0 | 57 | 10 | 49 | 4C | 30 |
| Octal | 260 | 327 | 35 | 22 | 0 | 127 | 20 | 111 | 114 | 60 |
| Binary | 10110000 | 11010111 | 11101 | 10010 | 0 | 1010111 | 10000 | 1001001 | 1001100 | 110000 |
Color Harmonies of #B0D71D
Complementary color
Monochromatic Colors of #B0D71D
Black with #B0D71D
Text Example
Text Example
White with #B0D71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D71D; }
p { color: rgb(176,215,29); }
H1.HeaderClassName
{
color: #B0D71D;
}
.AnyTagClassName
{
color: #B0D71D;
}
</style>
background-color css
<style>
a { background-color: #B0D71D; }
a { background-color: rgb(176,215,29); }
div.DivClassName
{
background-color: #B0D71D;
}
.BgClassName
{
background-color: #B0D71D;
}
</style>
border-color css
<style>
span { border-color: #B0D71D; }
span { border-color: rgb(176,215,29); }
td.TdClassName
{
border-color: #B0D71D;
}
.TagClassName
{
border-color: #B0D71D;
}
</style>