Shades of Inch Worm #B1D620
Tints of Inch Worm #B1D620
RGB
CMYK
RGB Variations
Color information
#B1D620 (or 0xB1D620) is known color: Inch Worm. HEX triplet: B1, D6 and 20. RGB value is (177,214,32). Sum of RGB (Red+Green+Blue) = 177+214+32=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D620 is #4E29DF. Grayscale: #B6B6B6. Windows color (decimal): -5122528 or 2152113. OLE color: 2152113.
HSL color Cylindrical-coordinate representation of color #B1D620: hue angle of 72.2º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1D620 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 32 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.16 |
| HSL | 72.2º | 0.74% | 0.48% | - |
| HSV(B) | 72.2º | 0.85% | 0.84% | - |
| XYZ | 42.44 | 57.54 | 10.24 | - |
| YUV | 182.19 | 43.24 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 32 | 0.17 | 0 | 0.85 | 0.16 | 72.2 | 0.74 | 0.48 |
| Hex | B1 | D6 | 20 | 11 | 0 | 55 | 10 | 48 | 4A | 30 |
| Octal | 261 | 326 | 40 | 21 | 0 | 125 | 20 | 110 | 112 | 60 |
| Binary | 10110001 | 11010110 | 100000 | 10001 | 0 | 1010101 | 10000 | 1001000 | 1001010 | 110000 |
Color Harmonies of #B1D620
Complementary color
Monochromatic Colors of #B1D620
Black with #B1D620
Text Example
Text Example
White with #B1D620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D620; }
p { color: rgb(177,214,32); }
H1.HeaderClassName
{
color: #B1D620;
}
.AnyTagClassName
{
color: #B1D620;
}
</style>
background-color css
<style>
a { background-color: #B1D620; }
a { background-color: rgb(177,214,32); }
div.DivClassName
{
background-color: #B1D620;
}
.BgClassName
{
background-color: #B1D620;
}
</style>
border-color css
<style>
span { border-color: #B1D620; }
span { border-color: rgb(177,214,32); }
td.TdClassName
{
border-color: #B1D620;
}
.TagClassName
{
border-color: #B1D620;
}
</style>