Shades of Inch Worm #B1D412
Tints of Inch Worm #B1D412
RGB
CMYK
RGB Variations
Color information
#B1D412 (or 0xB1D412) is known color: Inch Worm. HEX triplet: B1, D4 and 12. RGB value is (177,212,18). Sum of RGB (Red+Green+Blue) = 177+212+18=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D412 is #4E2BED. Grayscale: #B4B4B4. Windows color (decimal): -5123054 or 1234097. OLE color: 1234097.
HSL color Cylindrical-coordinate representation of color #B1D412: hue angle of 70.82º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1D412 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 212 | 18 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.17 |
| HSL | 70.82º | 0.84% | 0.45% | - |
| HSV(B) | 70.82º | 0.92% | 0.83% | - |
| XYZ | 41.78 | 56.48 | 9.27 | - |
| YUV | 179.42 | 36.9 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 212 | 18 | 0.17 | 0 | 0.92 | 0.17 | 70.82 | 0.84 | 0.45 |
| Hex | B1 | D4 | 12 | 11 | 0 | 5C | 11 | 47 | 54 | 2D |
| Octal | 261 | 324 | 22 | 21 | 0 | 134 | 21 | 107 | 124 | 55 |
| Binary | 10110001 | 11010100 | 10010 | 10001 | 0 | 1011100 | 10001 | 1000111 | 1010100 | 101101 |
Color Harmonies of #B1D412
Complementary color
Monochromatic Colors of #B1D412
Black with #B1D412
Text Example
Text Example
White with #B1D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D412; }
p { color: rgb(177,212,18); }
H1.HeaderClassName
{
color: #B1D412;
}
.AnyTagClassName
{
color: #B1D412;
}
</style>
background-color css
<style>
a { background-color: #B1D412; }
a { background-color: rgb(177,212,18); }
div.DivClassName
{
background-color: #B1D412;
}
.BgClassName
{
background-color: #B1D412;
}
</style>
border-color css
<style>
span { border-color: #B1D412; }
span { border-color: rgb(177,212,18); }
td.TdClassName
{
border-color: #B1D412;
}
.TagClassName
{
border-color: #B1D412;
}
</style>