Shades of Inch Worm #B2F21C
Tints of Inch Worm #B2F21C
RGB
CMYK
RGB Variations
Color information
#B2F21C (or 0xB2F21C) is known color: Inch Worm. HEX triplet: B2, F2 and 1C. RGB value is (178,242,28). Sum of RGB (Red+Green+Blue) = 178+242+28=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F21C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F21C is #4D0DE3. Grayscale: #C7C7C7. Windows color (decimal): -5049828 or 1897138. OLE color: 1897138.
HSL color Cylindrical-coordinate representation of color #B2F21C: hue angle of 77.94º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2F21C is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 28 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.05 |
| HSL | 77.94º | 0.89% | 0.53% | - |
| HSV(B) | 77.94º | 0.88% | 0.95% | - |
| XYZ | 50.32 | 73.05 | 12.55 | - |
| YUV | 198.47 | 31.8 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 28 | 0.26 | 0 | 0.88 | 0.05 | 77.94 | 0.89 | 0.53 |
| Hex | B2 | F2 | 1C | 1A | 0 | 58 | 5 | 4E | 59 | 35 |
| Octal | 262 | 362 | 34 | 32 | 0 | 130 | 5 | 116 | 131 | 65 |
| Binary | 10110010 | 11110010 | 11100 | 11010 | 0 | 1011000 | 101 | 1001110 | 1011001 | 110101 |
Color Harmonies of #B2F21C
Complementary color
Monochromatic Colors of #B2F21C
Black with #B2F21C
Text Example
Text Example
White with #B2F21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F21C; }
p { color: rgb(178,242,28); }
H1.HeaderClassName
{
color: #B2F21C;
}
.AnyTagClassName
{
color: #B2F21C;
}
</style>
background-color css
<style>
a { background-color: #B2F21C; }
a { background-color: rgb(178,242,28); }
div.DivClassName
{
background-color: #B2F21C;
}
.BgClassName
{
background-color: #B2F21C;
}
</style>
border-color css
<style>
span { border-color: #B2F21C; }
span { border-color: rgb(178,242,28); }
td.TdClassName
{
border-color: #B2F21C;
}
.TagClassName
{
border-color: #B2F21C;
}
</style>