Shades of Inch Worm #B1DF04
Tints of Inch Worm #B1DF04
RGB
CMYK
RGB Variations
Color information
#B1DF04 (or 0xB1DF04) is known color: Inch Worm. HEX triplet: B1, DF and 04. RGB value is (177,223,4). Sum of RGB (Red+Green+Blue) = 177+223+4=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DF04 is #4E20FB. Grayscale: #B9B9B9. Windows color (decimal): -5120252 or 319409. OLE color: 319409.
HSL color Cylindrical-coordinate representation of color #B1DF04: hue angle of 72.6º 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 #B1DF04 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 4 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.13 |
| HSL | 72.6º | 0.96% | 0.45% | - |
| HSV(B) | 72.6º | 0.98% | 0.87% | - |
| XYZ | 44.54 | 62.13 | 9.76 | - |
| YUV | 184.28 | 26.26 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 4 | 0.21 | 0 | 0.98 | 0.13 | 72.6 | 0.96 | 0.45 |
| Hex | B1 | DF | 4 | 15 | 0 | 62 | D | 49 | 60 | 2D |
| Octal | 261 | 337 | 4 | 25 | 0 | 142 | 15 | 111 | 140 | 55 |
| Binary | 10110001 | 11011111 | 100 | 10101 | 0 | 1100010 | 1101 | 1001001 | 1100000 | 101101 |
Color Harmonies of #B1DF04
Complementary color
Monochromatic Colors of #B1DF04
Black with #B1DF04
Text Example
Text Example
White with #B1DF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF04; }
p { color: rgb(177,223,4); }
H1.HeaderClassName
{
color: #B1DF04;
}
.AnyTagClassName
{
color: #B1DF04;
}
</style>
background-color css
<style>
a { background-color: #B1DF04; }
a { background-color: rgb(177,223,4); }
div.DivClassName
{
background-color: #B1DF04;
}
.BgClassName
{
background-color: #B1DF04;
}
</style>
border-color css
<style>
span { border-color: #B1DF04; }
span { border-color: rgb(177,223,4); }
td.TdClassName
{
border-color: #B1DF04;
}
.TagClassName
{
border-color: #B1DF04;
}
</style>