Shades of Inch Worm #B2F31C
Tints of Inch Worm #B2F31C
RGB
CMYK
RGB Variations
Color information
#B2F31C (or 0xB2F31C) is known color: Inch Worm. HEX triplet: B2, F3 and 1C. RGB value is (178,243,28). Sum of RGB (Red+Green+Blue) = 178+243+28=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F31C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F31C is #4D0CE3. Grayscale: #C7C7C7. Windows color (decimal): -5049572 or 1897394. OLE color: 1897394.
HSL color Cylindrical-coordinate representation of color #B2F31C: hue angle of 78.14º degrees, saturation: 0.9, 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 #B2F31C is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 28 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.05 |
| HSL | 78.14º | 0.9% | 0.53% | - |
| HSV(B) | 78.14º | 0.88% | 0.95% | - |
| XYZ | 50.62 | 73.65 | 12.65 | - |
| YUV | 199.06 | 31.47 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 28 | 0.27 | 0 | 0.88 | 0.05 | 78.14 | 0.9 | 0.53 |
| Hex | B2 | F3 | 1C | 1B | 0 | 58 | 5 | 4E | 5A | 35 |
| Octal | 262 | 363 | 34 | 33 | 0 | 130 | 5 | 116 | 132 | 65 |
| Binary | 10110010 | 11110011 | 11100 | 11011 | 0 | 1011000 | 101 | 1001110 | 1011010 | 110101 |
Color Harmonies of #B2F31C
Complementary color
Monochromatic Colors of #B2F31C
Black with #B2F31C
Text Example
Text Example
White with #B2F31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F31C; }
p { color: rgb(178,243,28); }
H1.HeaderClassName
{
color: #B2F31C;
}
.AnyTagClassName
{
color: #B2F31C;
}
</style>
background-color css
<style>
a { background-color: #B2F31C; }
a { background-color: rgb(178,243,28); }
div.DivClassName
{
background-color: #B2F31C;
}
.BgClassName
{
background-color: #B2F31C;
}
</style>
border-color css
<style>
span { border-color: #B2F31C; }
span { border-color: rgb(178,243,28); }
td.TdClassName
{
border-color: #B2F31C;
}
.TagClassName
{
border-color: #B2F31C;
}
</style>