Shades of Inch Worm #B1DF18
Tints of Inch Worm #B1DF18
RGB
CMYK
RGB Variations
Color information
#B1DF18 (or 0xB1DF18) is known color: Inch Worm. HEX triplet: B1, DF and 18. RGB value is (177,223,24). Sum of RGB (Red+Green+Blue) = 177+223+24=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DF18 is #4E20E7. Grayscale: #BBBBBB. Windows color (decimal): -5120232 or 1630129. OLE color: 1630129.
HSL color Cylindrical-coordinate representation of color #B1DF18: hue angle of 73.87º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1DF18 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 24 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.13 |
| HSL | 73.87º | 0.81% | 0.48% | - |
| HSV(B) | 73.87º | 0.89% | 0.87% | - |
| XYZ | 44.68 | 62.19 | 10.51 | - |
| YUV | 186.56 | 36.26 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 24 | 0.21 | 0 | 0.89 | 0.13 | 73.87 | 0.81 | 0.48 |
| Hex | B1 | DF | 18 | 15 | 0 | 59 | D | 4A | 51 | 30 |
| Octal | 261 | 337 | 30 | 25 | 0 | 131 | 15 | 112 | 121 | 60 |
| Binary | 10110001 | 11011111 | 11000 | 10101 | 0 | 1011001 | 1101 | 1001010 | 1010001 | 110000 |
Color Harmonies of #B1DF18
Complementary color
Monochromatic Colors of #B1DF18
Black with #B1DF18
Text Example
Text Example
White with #B1DF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF18; }
p { color: rgb(177,223,24); }
H1.HeaderClassName
{
color: #B1DF18;
}
.AnyTagClassName
{
color: #B1DF18;
}
</style>
background-color css
<style>
a { background-color: #B1DF18; }
a { background-color: rgb(177,223,24); }
div.DivClassName
{
background-color: #B1DF18;
}
.BgClassName
{
background-color: #B1DF18;
}
</style>
border-color css
<style>
span { border-color: #B1DF18; }
span { border-color: rgb(177,223,24); }
td.TdClassName
{
border-color: #B1DF18;
}
.TagClassName
{
border-color: #B1DF18;
}
</style>