Shades of Inch Worm #B2D61B
Tints of Inch Worm #B2D61B
RGB
CMYK
RGB Variations
Color information
#B2D61B (or 0xB2D61B) is known color: Inch Worm. HEX triplet: B2, D6 and 1B. RGB value is (178,214,27). Sum of RGB (Red+Green+Blue) = 178+214+27=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D61B is #4D29E4. Grayscale: #B6B6B6. Windows color (decimal): -5056997 or 1824434. OLE color: 1824434.
HSL color Cylindrical-coordinate representation of color #B2D61B: hue angle of 71.55º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2D61B is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 27 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.16 |
| HSL | 71.55º | 0.78% | 0.47% | - |
| HSV(B) | 71.55º | 0.87% | 0.84% | - |
| XYZ | 42.6 | 57.64 | 9.92 | - |
| YUV | 181.92 | 40.57 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 27 | 0.17 | 0 | 0.87 | 0.16 | 71.55 | 0.78 | 0.47 |
| Hex | B2 | D6 | 1B | 11 | 0 | 57 | 10 | 48 | 4E | 2F |
| Octal | 262 | 326 | 33 | 21 | 0 | 127 | 20 | 110 | 116 | 57 |
| Binary | 10110010 | 11010110 | 11011 | 10001 | 0 | 1010111 | 10000 | 1001000 | 1001110 | 101111 |
Color Harmonies of #B2D61B
Complementary color
Monochromatic Colors of #B2D61B
Black with #B2D61B
Text Example
Text Example
White with #B2D61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D61B; }
p { color: rgb(178,214,27); }
H1.HeaderClassName
{
color: #B2D61B;
}
.AnyTagClassName
{
color: #B2D61B;
}
</style>
background-color css
<style>
a { background-color: #B2D61B; }
a { background-color: rgb(178,214,27); }
div.DivClassName
{
background-color: #B2D61B;
}
.BgClassName
{
background-color: #B2D61B;
}
</style>
border-color css
<style>
span { border-color: #B2D61B; }
span { border-color: rgb(178,214,27); }
td.TdClassName
{
border-color: #B2D61B;
}
.TagClassName
{
border-color: #B2D61B;
}
</style>