Shades of Inch Worm #B6DF16
Tints of Inch Worm #B6DF16
RGB
CMYK
RGB Variations
Color information
#B6DF16 (or 0xB6DF16) is known color: Inch Worm. HEX triplet: B6, DF and 16. RGB value is (182,223,22). Sum of RGB (Red+Green+Blue) = 182+223+22=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6DF16 is #4920E9. Grayscale: #BCBCBC. Windows color (decimal): -4792554 or 1499062. OLE color: 1499062.
HSL color Cylindrical-coordinate representation of color #B6DF16: hue angle of 72.24º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6DF16 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 223 | 22 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.13 |
| HSL | 72.24º | 0.82% | 0.48% | - |
| HSV(B) | 72.24º | 0.9% | 0.87% | - |
| XYZ | 45.82 | 62.78 | 10.46 | - |
| YUV | 187.83 | 34.42 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 22 | 0.18 | 0 | 0.90 | 0.13 | 72.24 | 0.82 | 0.48 |
| Hex | B6 | DF | 16 | 12 | 0 | 5A | D | 48 | 52 | 30 |
| Octal | 266 | 337 | 26 | 22 | 0 | 132 | 15 | 110 | 122 | 60 |
| Binary | 10110110 | 11011111 | 10110 | 10010 | 0 | 1011010 | 1101 | 1001000 | 1010010 | 110000 |
Color Harmonies of #B6DF16
Complementary color
Monochromatic Colors of #B6DF16
Black with #B6DF16
Text Example
Text Example
White with #B6DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DF16; }
p { color: rgb(182,223,22); }
H1.HeaderClassName
{
color: #B6DF16;
}
.AnyTagClassName
{
color: #B6DF16;
}
</style>
background-color css
<style>
a { background-color: #B6DF16; }
a { background-color: rgb(182,223,22); }
div.DivClassName
{
background-color: #B6DF16;
}
.BgClassName
{
background-color: #B6DF16;
}
</style>
border-color css
<style>
span { border-color: #B6DF16; }
span { border-color: rgb(182,223,22); }
td.TdClassName
{
border-color: #B6DF16;
}
.TagClassName
{
border-color: #B6DF16;
}
</style>