Shades of Inch Worm #B6DF04
Tints of Inch Worm #B6DF04
RGB
CMYK
RGB Variations
Color information
#B6DF04 (or 0xB6DF04) is known color: Inch Worm. HEX triplet: B6, DF and 04. RGB value is (182,223,4). Sum of RGB (Red+Green+Blue) = 182+223+4=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6DF04 is #4920FB. Grayscale: #BABABA. Windows color (decimal): -4792572 or 319414. OLE color: 319414.
HSL color Cylindrical-coordinate representation of color #B6DF04: hue angle of 71.23º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6DF04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 223 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.13 |
| HSL | 71.23º | 0.96% | 0.45% | - |
| HSV(B) | 71.23º | 0.98% | 0.87% | - |
| XYZ | 45.7 | 62.73 | 9.81 | - |
| YUV | 185.78 | 25.42 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 4 | 0.18 | 0 | 0.98 | 0.13 | 71.23 | 0.96 | 0.45 |
| Hex | B6 | DF | 4 | 12 | 0 | 62 | D | 47 | 60 | 2D |
| Octal | 266 | 337 | 4 | 22 | 0 | 142 | 15 | 107 | 140 | 55 |
| Binary | 10110110 | 11011111 | 100 | 10010 | 0 | 1100010 | 1101 | 1000111 | 1100000 | 101101 |
Color Harmonies of #B6DF04
Complementary color
Monochromatic Colors of #B6DF04
Black with #B6DF04
Text Example
Text Example
White with #B6DF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DF04; }
p { color: rgb(182,223,4); }
H1.HeaderClassName
{
color: #B6DF04;
}
.AnyTagClassName
{
color: #B6DF04;
}
</style>
background-color css
<style>
a { background-color: #B6DF04; }
a { background-color: rgb(182,223,4); }
div.DivClassName
{
background-color: #B6DF04;
}
.BgClassName
{
background-color: #B6DF04;
}
</style>
border-color css
<style>
span { border-color: #B6DF04; }
span { border-color: rgb(182,223,4); }
td.TdClassName
{
border-color: #B6DF04;
}
.TagClassName
{
border-color: #B6DF04;
}
</style>