Shades of Inch Worm #B2D61F
Tints of Inch Worm #B2D61F
RGB
CMYK
RGB Variations
Color information
#B2D61F (or 0xB2D61F) is known color: Inch Worm. HEX triplet: B2, D6 and 1F. RGB value is (178,214,31). Sum of RGB (Red+Green+Blue) = 178+214+31=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D61F is #4D29E0. Grayscale: #B7B7B7. Windows color (decimal): -5056993 or 2086578. OLE color: 2086578.
HSL color Cylindrical-coordinate representation of color #B2D61F: hue angle of 71.8º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2D61F is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 31 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.16 |
| HSL | 71.8º | 0.75% | 0.48% | - |
| HSV(B) | 71.8º | 0.86% | 0.84% | - |
| XYZ | 42.65 | 57.66 | 10.18 | - |
| YUV | 182.37 | 42.57 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 31 | 0.17 | 0 | 0.86 | 0.16 | 71.8 | 0.75 | 0.48 |
| Hex | B2 | D6 | 1F | 11 | 0 | 56 | 10 | 48 | 4B | 30 |
| Octal | 262 | 326 | 37 | 21 | 0 | 126 | 20 | 110 | 113 | 60 |
| Binary | 10110010 | 11010110 | 11111 | 10001 | 0 | 1010110 | 10000 | 1001000 | 1001011 | 110000 |
Color Harmonies of #B2D61F
Complementary color
Monochromatic Colors of #B2D61F
Black with #B2D61F
Text Example
Text Example
White with #B2D61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D61F; }
p { color: rgb(178,214,31); }
H1.HeaderClassName
{
color: #B2D61F;
}
.AnyTagClassName
{
color: #B2D61F;
}
</style>
background-color css
<style>
a { background-color: #B2D61F; }
a { background-color: rgb(178,214,31); }
div.DivClassName
{
background-color: #B2D61F;
}
.BgClassName
{
background-color: #B2D61F;
}
</style>
border-color css
<style>
span { border-color: #B2D61F; }
span { border-color: rgb(178,214,31); }
td.TdClassName
{
border-color: #B2D61F;
}
.TagClassName
{
border-color: #B2D61F;
}
</style>