Shades of Inch Worm #B3DF01
Tints of Inch Worm #B3DF01
RGB
CMYK
RGB Variations
Color information
#B3DF01 (or 0xB3DF01) is known color: Inch Worm. HEX triplet: B3, DF and 01. RGB value is (179,223,1). Sum of RGB (Red+Green+Blue) = 179+223+1=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3DF01 is #4C20FE. Grayscale: #B9B9B9. Windows color (decimal): -4989183 or 122803. OLE color: 122803.
HSL color Cylindrical-coordinate representation of color #B3DF01: hue angle of 71.89º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3DF01 is Cyan = 0.20, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 1 | - |
| CMYK | 0.20 | 0 | 1.00 | 0.13 |
| HSL | 71.89º | 0.99% | 0.44% | - |
| HSV(B) | 71.89º | 1% | 0.87% | - |
| XYZ | 44.98 | 62.36 | 9.69 | - |
| YUV | 184.54 | 24.42 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 1 | 0.20 | 0 | 1.00 | 0.13 | 71.89 | 0.99 | 0.44 |
| Hex | B3 | DF | 1 | 14 | 0 | 64 | D | 48 | 63 | 2C |
| Octal | 263 | 337 | 1 | 24 | 0 | 144 | 15 | 110 | 143 | 54 |
| Binary | 10110011 | 11011111 | 1 | 10100 | 0 | 1100100 | 1101 | 1001000 | 1100011 | 101100 |
Color Harmonies of #B3DF01
Complementary color
Monochromatic Colors of #B3DF01
Black with #B3DF01
Text Example
Text Example
White with #B3DF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DF01; }
p { color: rgb(179,223,1); }
H1.HeaderClassName
{
color: #B3DF01;
}
.AnyTagClassName
{
color: #B3DF01;
}
</style>
background-color css
<style>
a { background-color: #B3DF01; }
a { background-color: rgb(179,223,1); }
div.DivClassName
{
background-color: #B3DF01;
}
.BgClassName
{
background-color: #B3DF01;
}
</style>
border-color css
<style>
span { border-color: #B3DF01; }
span { border-color: rgb(179,223,1); }
td.TdClassName
{
border-color: #B3DF01;
}
.TagClassName
{
border-color: #B3DF01;
}
</style>