Shades of Inch Worm #B1DF13
Tints of Inch Worm #B1DF13
RGB
CMYK
RGB Variations
Color information
#B1DF13 (or 0xB1DF13) is known color: Inch Worm. HEX triplet: B1, DF and 13. RGB value is (177,223,19). Sum of RGB (Red+Green+Blue) = 177+223+19=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DF13 is #4E20EC. Grayscale: #BABABA. Windows color (decimal): -5120237 or 1302449. OLE color: 1302449.
HSL color Cylindrical-coordinate representation of color #B1DF13: hue angle of 73.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1DF13 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 19 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.13 |
| HSL | 73.53º | 0.84% | 0.47% | - |
| HSV(B) | 73.53º | 0.91% | 0.87% | - |
| XYZ | 44.64 | 62.17 | 10.26 | - |
| YUV | 185.99 | 33.76 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 19 | 0.21 | 0 | 0.91 | 0.13 | 73.53 | 0.84 | 0.47 |
| Hex | B1 | DF | 13 | 15 | 0 | 5B | D | 4A | 54 | 2F |
| Octal | 261 | 337 | 23 | 25 | 0 | 133 | 15 | 112 | 124 | 57 |
| Binary | 10110001 | 11011111 | 10011 | 10101 | 0 | 1011011 | 1101 | 1001010 | 1010100 | 101111 |
Color Harmonies of #B1DF13
Complementary color
Monochromatic Colors of #B1DF13
Black with #B1DF13
Text Example
Text Example
White with #B1DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF13; }
p { color: rgb(177,223,19); }
H1.HeaderClassName
{
color: #B1DF13;
}
.AnyTagClassName
{
color: #B1DF13;
}
</style>
background-color css
<style>
a { background-color: #B1DF13; }
a { background-color: rgb(177,223,19); }
div.DivClassName
{
background-color: #B1DF13;
}
.BgClassName
{
background-color: #B1DF13;
}
</style>
border-color css
<style>
span { border-color: #B1DF13; }
span { border-color: rgb(177,223,19); }
td.TdClassName
{
border-color: #B1DF13;
}
.TagClassName
{
border-color: #B1DF13;
}
</style>