Shades of Inch Worm #B1DF14
Tints of Inch Worm #B1DF14
RGB
CMYK
RGB Variations
Color information
#B1DF14 (or 0xB1DF14) is known color: Inch Worm. HEX triplet: B1, DF and 14. RGB value is (177,223,20). Sum of RGB (Red+Green+Blue) = 177+223+20=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DF14 is #4E20EB. Grayscale: #BABABA. Windows color (decimal): -5120236 or 1367985. OLE color: 1367985.
HSL color Cylindrical-coordinate representation of color #B1DF14: hue angle of 73.6º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1DF14 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 20 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.13 |
| HSL | 73.6º | 0.84% | 0.48% | - |
| HSV(B) | 73.6º | 0.91% | 0.87% | - |
| XYZ | 44.65 | 62.17 | 10.31 | - |
| YUV | 186.1 | 34.26 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 20 | 0.21 | 0 | 0.91 | 0.13 | 73.6 | 0.84 | 0.48 |
| Hex | B1 | DF | 14 | 15 | 0 | 5B | D | 4A | 54 | 30 |
| Octal | 261 | 337 | 24 | 25 | 0 | 133 | 15 | 112 | 124 | 60 |
| Binary | 10110001 | 11011111 | 10100 | 10101 | 0 | 1011011 | 1101 | 1001010 | 1010100 | 110000 |
Color Harmonies of #B1DF14
Complementary color
Monochromatic Colors of #B1DF14
Black with #B1DF14
Text Example
Text Example
White with #B1DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF14; }
p { color: rgb(177,223,20); }
H1.HeaderClassName
{
color: #B1DF14;
}
.AnyTagClassName
{
color: #B1DF14;
}
</style>
background-color css
<style>
a { background-color: #B1DF14; }
a { background-color: rgb(177,223,20); }
div.DivClassName
{
background-color: #B1DF14;
}
.BgClassName
{
background-color: #B1DF14;
}
</style>
border-color css
<style>
span { border-color: #B1DF14; }
span { border-color: rgb(177,223,20); }
td.TdClassName
{
border-color: #B1DF14;
}
.TagClassName
{
border-color: #B1DF14;
}
</style>