Shades of Inch Worm #B1DC05
Tints of Inch Worm #B1DC05
RGB
CMYK
RGB Variations
Color information
#B1DC05 (or 0xB1DC05) is known color: Inch Worm. HEX triplet: B1, DC and 05. RGB value is (177,220,5). Sum of RGB (Red+Green+Blue) = 177+220+5=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DC05 is #4E23FA. Grayscale: #B7B7B7. Windows color (decimal): -5121019 or 384177. OLE color: 384177.
HSL color Cylindrical-coordinate representation of color #B1DC05: hue angle of 72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1DC05 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 5 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.14 |
| HSL | 72º | 0.96% | 0.44% | - |
| HSV(B) | 72º | 0.98% | 0.86% | - |
| XYZ | 43.75 | 60.54 | 9.52 | - |
| YUV | 182.63 | 27.75 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 5 | 0.20 | 0 | 0.98 | 0.14 | 72 | 0.96 | 0.44 |
| Hex | B1 | DC | 5 | 14 | 0 | 62 | E | 48 | 60 | 2C |
| Octal | 261 | 334 | 5 | 24 | 0 | 142 | 16 | 110 | 140 | 54 |
| Binary | 10110001 | 11011100 | 101 | 10100 | 0 | 1100010 | 1110 | 1001000 | 1100000 | 101100 |
Color Harmonies of #B1DC05
Complementary color
Monochromatic Colors of #B1DC05
Black with #B1DC05
Text Example
Text Example
White with #B1DC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC05; }
p { color: rgb(177,220,5); }
H1.HeaderClassName
{
color: #B1DC05;
}
.AnyTagClassName
{
color: #B1DC05;
}
</style>
background-color css
<style>
a { background-color: #B1DC05; }
a { background-color: rgb(177,220,5); }
div.DivClassName
{
background-color: #B1DC05;
}
.BgClassName
{
background-color: #B1DC05;
}
</style>
border-color css
<style>
span { border-color: #B1DC05; }
span { border-color: rgb(177,220,5); }
td.TdClassName
{
border-color: #B1DC05;
}
.TagClassName
{
border-color: #B1DC05;
}
</style>