Shades of Inch Worm #B6D80F
Tints of Inch Worm #B6D80F
RGB
CMYK
RGB Variations
Color information
#B6D80F (or 0xB6D80F) is known color: Inch Worm. HEX triplet: B6, D8 and 0F. RGB value is (182,216,15). Sum of RGB (Red+Green+Blue) = 182+216+15=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 15 (6.25% from 255 or 3.63% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #B6D80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D80F is #4927F0. Grayscale: #B7B7B7. Windows color (decimal): -4794353 or 1038518. OLE color: 1038518.
HSL color Cylindrical-coordinate representation of color #B6D80F: hue angle of 70.15º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6D80F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 216 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.15 |
| HSL | 70.15º | 0.87% | 0.45% | - |
| HSV(B) | 70.15º | 0.93% | 0.85% | - |
| XYZ | 43.93 | 59.09 | 9.54 | - |
| YUV | 182.92 | 33.24 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 216 | 15 | 0.16 | 0 | 0.93 | 0.15 | 70.15 | 0.87 | 0.45 |
| Hex | B6 | D8 | F | 10 | 0 | 5D | F | 46 | 57 | 2D |
| Octal | 266 | 330 | 17 | 20 | 0 | 135 | 17 | 106 | 127 | 55 |
| Binary | 10110110 | 11011000 | 1111 | 10000 | 0 | 1011101 | 1111 | 1000110 | 1010111 | 101101 |
Color Harmonies of #B6D80F
Complementary color
Monochromatic Colors of #B6D80F
Black with #B6D80F
Text Example
Text Example
White with #B6D80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D80F; }
p { color: rgb(182,216,15); }
H1.HeaderClassName
{
color: #B6D80F;
}
.AnyTagClassName
{
color: #B6D80F;
}
</style>
background-color css
<style>
a { background-color: #B6D80F; }
a { background-color: rgb(182,216,15); }
div.DivClassName
{
background-color: #B6D80F;
}
.BgClassName
{
background-color: #B6D80F;
}
</style>
border-color css
<style>
span { border-color: #B6D80F; }
span { border-color: rgb(182,216,15); }
td.TdClassName
{
border-color: #B6D80F;
}
.TagClassName
{
border-color: #B6D80F;
}
</style>