Shades of Inch Worm #B2F41C
Tints of Inch Worm #B2F41C
RGB
CMYK
RGB Variations
Color information
#B2F41C (or 0xB2F41C) is known color: Inch Worm. HEX triplet: B2, F4 and 1C. RGB value is (178,244,28). Sum of RGB (Red+Green+Blue) = 178+244+28=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 244 (95.70% from 255 or 54.22% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F41C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F41C is #4D0BE3. Grayscale: #C8C8C8. Windows color (decimal): -5049316 or 1897650. OLE color: 1897650.
HSL color Cylindrical-coordinate representation of color #B2F41C: hue angle of 78.33º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2F41C is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 244 | 28 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.04 |
| HSL | 78.33º | 0.91% | 0.53% | - |
| HSV(B) | 78.33º | 0.89% | 0.96% | - |
| XYZ | 50.92 | 74.25 | 12.75 | - |
| YUV | 199.64 | 31.13 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 244 | 28 | 0.27 | 0 | 0.89 | 0.04 | 78.33 | 0.91 | 0.53 |
| Hex | B2 | F4 | 1C | 1B | 0 | 59 | 4 | 4E | 5B | 35 |
| Octal | 262 | 364 | 34 | 33 | 0 | 131 | 4 | 116 | 133 | 65 |
| Binary | 10110010 | 11110100 | 11100 | 11011 | 0 | 1011001 | 100 | 1001110 | 1011011 | 110101 |
Color Harmonies of #B2F41C
Complementary color
Monochromatic Colors of #B2F41C
Black with #B2F41C
Text Example
Text Example
White with #B2F41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F41C; }
p { color: rgb(178,244,28); }
H1.HeaderClassName
{
color: #B2F41C;
}
.AnyTagClassName
{
color: #B2F41C;
}
</style>
background-color css
<style>
a { background-color: #B2F41C; }
a { background-color: rgb(178,244,28); }
div.DivClassName
{
background-color: #B2F41C;
}
.BgClassName
{
background-color: #B2F41C;
}
</style>
border-color css
<style>
span { border-color: #B2F41C; }
span { border-color: rgb(178,244,28); }
td.TdClassName
{
border-color: #B2F41C;
}
.TagClassName
{
border-color: #B2F41C;
}
</style>