Shades of Inch Worm #B6DF00
Tints of Inch Worm #B6DF00
RGB
CMYK
RGB Variations
Color information
#B6DF00 (or 0xB6DF00) is known color: Inch Worm. HEX triplet: B6, DF and 00. RGB value is (182,223,0). Sum of RGB (Red+Green+Blue) = 182+223+0=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6DF00 is #4920FF. Grayscale: #BABABA. Windows color (decimal): -4792576 or 57270. OLE color: 57270.
HSL color Cylindrical-coordinate representation of color #B6DF00: hue angle of 71.03º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6DF00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 223 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.13 |
| HSL | 71.03º | 1% | 0.44% | - |
| HSV(B) | 71.03º | 1% | 0.87% | - |
| XYZ | 45.68 | 62.72 | 9.7 | - |
| YUV | 185.32 | 23.42 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 0 | 0.18 | 0 | 1 | 0.13 | 71.03 | 1 | 0.44 |
| Hex | B6 | DF | 0 | 12 | 0 | 64 | D | 47 | 64 | 2C |
| Octal | 266 | 337 | 0 | 22 | 0 | 144 | 15 | 107 | 144 | 54 |
| Binary | 10110110 | 11011111 | 0 | 10010 | 0 | 1100100 | 1101 | 1000111 | 1100100 | 101100 |
Color Harmonies of #B6DF00
Complementary color
Monochromatic Colors of #B6DF00
Black with #B6DF00
Text Example
Text Example
White with #B6DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DF00; }
p { color: rgb(182,223,0); }
H1.HeaderClassName
{
color: #B6DF00;
}
.AnyTagClassName
{
color: #B6DF00;
}
</style>
background-color css
<style>
a { background-color: #B6DF00; }
a { background-color: rgb(182,223,0); }
div.DivClassName
{
background-color: #B6DF00;
}
.BgClassName
{
background-color: #B6DF00;
}
</style>
border-color css
<style>
span { border-color: #B6DF00; }
span { border-color: rgb(182,223,0); }
td.TdClassName
{
border-color: #B6DF00;
}
.TagClassName
{
border-color: #B6DF00;
}
</style>