Shades of Inch Worm #B6DF1E
Tints of Inch Worm #B6DF1E
RGB
CMYK
RGB Variations
Color information
#B6DF1E (or 0xB6DF1E) is known color: Inch Worm. HEX triplet: B6, DF and 1E. RGB value is (182,223,30). Sum of RGB (Red+Green+Blue) = 182+223+30=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF1E is #4920E1. Grayscale: #BDBDBD. Windows color (decimal): -4792546 or 2023350. OLE color: 2023350.
HSL color Cylindrical-coordinate representation of color #B6DF1E: hue angle of 72.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6DF1E is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 223 | 30 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.13 |
| HSL | 72.75º | 0.76% | 0.5% | - |
| HSV(B) | 72.75º | 0.87% | 0.87% | - |
| XYZ | 45.91 | 62.81 | 10.93 | - |
| YUV | 188.74 | 38.42 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 223 | 30 | 0.18 | 0 | 0.87 | 0.13 | 72.75 | 0.76 | 0.5 |
| Hex | B6 | DF | 1E | 12 | 0 | 57 | D | 49 | 4C | 32 |
| Octal | 266 | 337 | 36 | 22 | 0 | 127 | 15 | 111 | 114 | 62 |
| Binary | 10110110 | 11011111 | 11110 | 10010 | 0 | 1010111 | 1101 | 1001001 | 1001100 | 110010 |
Color Harmonies of #B6DF1E
Complementary color
Monochromatic Colors of #B6DF1E
Black with #B6DF1E
Text Example
Text Example
White with #B6DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DF1E; }
p { color: rgb(182,223,30); }
H1.HeaderClassName
{
color: #B6DF1E;
}
.AnyTagClassName
{
color: #B6DF1E;
}
</style>
background-color css
<style>
a { background-color: #B6DF1E; }
a { background-color: rgb(182,223,30); }
div.DivClassName
{
background-color: #B6DF1E;
}
.BgClassName
{
background-color: #B6DF1E;
}
</style>
border-color css
<style>
span { border-color: #B6DF1E; }
span { border-color: rgb(182,223,30); }
td.TdClassName
{
border-color: #B6DF1E;
}
.TagClassName
{
border-color: #B6DF1E;
}
</style>