Shades of Inch Worm #B7D70F
Tints of Inch Worm #B7D70F
RGB
CMYK
RGB Variations
Color information
#B7D70F (or 0xB7D70F) is known color: Inch Worm. HEX triplet: B7, D7 and 0F. RGB value is (183,215,15). Sum of RGB (Red+Green+Blue) = 183+215+15=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D70F is #4828F0. Grayscale: #B7B7B7. Windows color (decimal): -4729073 or 1038263. OLE color: 1038263.
HSL color Cylindrical-coordinate representation of color #B7D70F: hue angle of 69.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7D70F is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 15 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.16 |
| HSL | 69.6º | 0.87% | 0.45% | - |
| HSV(B) | 69.6º | 0.93% | 0.84% | - |
| XYZ | 43.92 | 58.7 | 9.47 | - |
| YUV | 182.63 | 33.4 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 15 | 0.15 | 0 | 0.93 | 0.16 | 69.6 | 0.87 | 0.45 |
| Hex | B7 | D7 | F | F | 0 | 5D | 10 | 46 | 57 | 2D |
| Octal | 267 | 327 | 17 | 17 | 0 | 135 | 20 | 106 | 127 | 55 |
| Binary | 10110111 | 11010111 | 1111 | 1111 | 0 | 1011101 | 10000 | 1000110 | 1010111 | 101101 |
Color Harmonies of #B7D70F
Complementary color
Monochromatic Colors of #B7D70F
Black with #B7D70F
Text Example
Text Example
White with #B7D70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D70F; }
p { color: rgb(183,215,15); }
H1.HeaderClassName
{
color: #B7D70F;
}
.AnyTagClassName
{
color: #B7D70F;
}
</style>
background-color css
<style>
a { background-color: #B7D70F; }
a { background-color: rgb(183,215,15); }
div.DivClassName
{
background-color: #B7D70F;
}
.BgClassName
{
background-color: #B7D70F;
}
</style>
border-color css
<style>
span { border-color: #B7D70F; }
span { border-color: rgb(183,215,15); }
td.TdClassName
{
border-color: #B7D70F;
}
.TagClassName
{
border-color: #B7D70F;
}
</style>