Shades of Inch Worm #B1D918
Tints of Inch Worm #B1D918
RGB
CMYK
RGB Variations
Color information
#B1D918 (or 0xB1D918) is known color: Inch Worm. HEX triplet: B1, D9 and 18. RGB value is (177,217,24). Sum of RGB (Red+Green+Blue) = 177+217+24=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D918 is #4E26E7. Grayscale: #B7B7B7. Windows color (decimal): -5121768 or 1628593. OLE color: 1628593.
HSL color Cylindrical-coordinate representation of color #B1D918: hue angle of 72.44º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1D918 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 217 | 24 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.15 |
| HSL | 72.44º | 0.8% | 0.47% | - |
| HSV(B) | 72.44º | 0.89% | 0.85% | - |
| XYZ | 43.11 | 59.04 | 9.99 | - |
| YUV | 183.04 | 38.25 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 217 | 24 | 0.18 | 0 | 0.89 | 0.15 | 72.44 | 0.8 | 0.47 |
| Hex | B1 | D9 | 18 | 12 | 0 | 59 | F | 48 | 50 | 2F |
| Octal | 261 | 331 | 30 | 22 | 0 | 131 | 17 | 110 | 120 | 57 |
| Binary | 10110001 | 11011001 | 11000 | 10010 | 0 | 1011001 | 1111 | 1001000 | 1010000 | 101111 |
Color Harmonies of #B1D918
Complementary color
Monochromatic Colors of #B1D918
Black with #B1D918
Text Example
Text Example
White with #B1D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D918; }
p { color: rgb(177,217,24); }
H1.HeaderClassName
{
color: #B1D918;
}
.AnyTagClassName
{
color: #B1D918;
}
</style>
background-color css
<style>
a { background-color: #B1D918; }
a { background-color: rgb(177,217,24); }
div.DivClassName
{
background-color: #B1D918;
}
.BgClassName
{
background-color: #B1D918;
}
</style>
border-color css
<style>
span { border-color: #B1D918; }
span { border-color: rgb(177,217,24); }
td.TdClassName
{
border-color: #B1D918;
}
.TagClassName
{
border-color: #B1D918;
}
</style>