Shades of Inch Worm #B2D607
Tints of Inch Worm #B2D607
RGB
CMYK
RGB Variations
Color information
#B2D607 (or 0xB2D607) is known color: Inch Worm. HEX triplet: B2, D6 and 07. RGB value is (178,214,7). Sum of RGB (Red+Green+Blue) = 178+214+7=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D607 is #4D29F8. Grayscale: #B4B4B4. Windows color (decimal): -5057017 or 513714. OLE color: 513714.
HSL color Cylindrical-coordinate representation of color #B2D607: hue angle of 70.43º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2D607 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.16 |
| HSL | 70.43º | 0.94% | 0.43% | - |
| HSV(B) | 70.43º | 0.97% | 0.84% | - |
| XYZ | 42.45 | 57.57 | 9.08 | - |
| YUV | 179.64 | 30.57 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 7 | 0.17 | 0 | 0.97 | 0.16 | 70.43 | 0.94 | 0.43 |
| Hex | B2 | D6 | 7 | 11 | 0 | 61 | 10 | 46 | 5E | 2B |
| Octal | 262 | 326 | 7 | 21 | 0 | 141 | 20 | 106 | 136 | 53 |
| Binary | 10110010 | 11010110 | 111 | 10001 | 0 | 1100001 | 10000 | 1000110 | 1011110 | 101011 |
Color Harmonies of #B2D607
Complementary color
Monochromatic Colors of #B2D607
Black with #B2D607
Text Example
Text Example
White with #B2D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D607; }
p { color: rgb(178,214,7); }
H1.HeaderClassName
{
color: #B2D607;
}
.AnyTagClassName
{
color: #B2D607;
}
</style>
background-color css
<style>
a { background-color: #B2D607; }
a { background-color: rgb(178,214,7); }
div.DivClassName
{
background-color: #B2D607;
}
.BgClassName
{
background-color: #B2D607;
}
</style>
border-color css
<style>
span { border-color: #B2D607; }
span { border-color: rgb(178,214,7); }
td.TdClassName
{
border-color: #B2D607;
}
.TagClassName
{
border-color: #B2D607;
}
</style>