Shades of Inch Worm #B2D71C
Tints of Inch Worm #B2D71C
RGB
CMYK
RGB Variations
Color information
#B2D71C (or 0xB2D71C) is known color: Inch Worm. HEX triplet: B2, D7 and 1C. RGB value is (178,215,28). Sum of RGB (Red+Green+Blue) = 178+215+28=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D71C is #4D28E3. Grayscale: #B7B7B7. Windows color (decimal): -5056740 or 1890226. OLE color: 1890226.
HSL color Cylindrical-coordinate representation of color #B2D71C: hue angle of 71.87º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2D71C is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 28 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.16 |
| HSL | 71.87º | 0.77% | 0.48% | - |
| HSV(B) | 71.87º | 0.87% | 0.84% | - |
| XYZ | 42.87 | 58.15 | 10.06 | - |
| YUV | 182.62 | 40.74 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 28 | 0.17 | 0 | 0.87 | 0.16 | 71.87 | 0.77 | 0.48 |
| Hex | B2 | D7 | 1C | 11 | 0 | 57 | 10 | 48 | 4D | 30 |
| Octal | 262 | 327 | 34 | 21 | 0 | 127 | 20 | 110 | 115 | 60 |
| Binary | 10110010 | 11010111 | 11100 | 10001 | 0 | 1010111 | 10000 | 1001000 | 1001101 | 110000 |
Color Harmonies of #B2D71C
Complementary color
Monochromatic Colors of #B2D71C
Black with #B2D71C
Text Example
Text Example
White with #B2D71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D71C; }
p { color: rgb(178,215,28); }
H1.HeaderClassName
{
color: #B2D71C;
}
.AnyTagClassName
{
color: #B2D71C;
}
</style>
background-color css
<style>
a { background-color: #B2D71C; }
a { background-color: rgb(178,215,28); }
div.DivClassName
{
background-color: #B2D71C;
}
.BgClassName
{
background-color: #B2D71C;
}
</style>
border-color css
<style>
span { border-color: #B2D71C; }
span { border-color: rgb(178,215,28); }
td.TdClassName
{
border-color: #B2D71C;
}
.TagClassName
{
border-color: #B2D71C;
}
</style>