Shades of Inch Worm #B0D70B
Tints of Inch Worm #B0D70B
RGB
CMYK
RGB Variations
Color information
#B0D70B (or 0xB0D70B) is known color: Inch Worm. HEX triplet: B0, D7 and 0B. RGB value is (176,215,11). Sum of RGB (Red+Green+Blue) = 176+215+11=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D70B is #4F28F4. Grayscale: #B4B4B4. Windows color (decimal): -5187829 or 776112. OLE color: 776112.
HSL color Cylindrical-coordinate representation of color #B0D70B: hue angle of 71.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0D70B is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 11 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.16 |
| HSL | 71.47º | 0.9% | 0.44% | - |
| HSV(B) | 71.47º | 0.95% | 0.84% | - |
| XYZ | 42.27 | 57.86 | 9.26 | - |
| YUV | 180.08 | 32.58 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 11 | 0.18 | 0 | 0.95 | 0.16 | 71.47 | 0.9 | 0.44 |
| Hex | B0 | D7 | B | 12 | 0 | 5F | 10 | 47 | 5A | 2C |
| Octal | 260 | 327 | 13 | 22 | 0 | 137 | 20 | 107 | 132 | 54 |
| Binary | 10110000 | 11010111 | 1011 | 10010 | 0 | 1011111 | 10000 | 1000111 | 1011010 | 101100 |
Color Harmonies of #B0D70B
Complementary color
Monochromatic Colors of #B0D70B
Black with #B0D70B
Text Example
Text Example
White with #B0D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D70B; }
p { color: rgb(176,215,11); }
H1.HeaderClassName
{
color: #B0D70B;
}
.AnyTagClassName
{
color: #B0D70B;
}
</style>
background-color css
<style>
a { background-color: #B0D70B; }
a { background-color: rgb(176,215,11); }
div.DivClassName
{
background-color: #B0D70B;
}
.BgClassName
{
background-color: #B0D70B;
}
</style>
border-color css
<style>
span { border-color: #B0D70B; }
span { border-color: rgb(176,215,11); }
td.TdClassName
{
border-color: #B0D70B;
}
.TagClassName
{
border-color: #B0D70B;
}
</style>