Shades of Inch Worm #B2F31A
Tints of Inch Worm #B2F31A
RGB
CMYK
RGB Variations
Color information
#B2F31A (or 0xB2F31A) is known color: Inch Worm. HEX triplet: B2, F3 and 1A. RGB value is (178,243,26). Sum of RGB (Red+Green+Blue) = 178+243+26=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F31A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F31A is #4D0CE5. Grayscale: #C7C7C7. Windows color (decimal): -5049574 or 1766322. OLE color: 1766322.
HSL color Cylindrical-coordinate representation of color #B2F31A: hue angle of 77.97º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2F31A is Cyan = 0.27, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 26 | - |
| CMYK | 0.27 | 0 | 0.89 | 0.05 |
| HSL | 77.97º | 0.9% | 0.53% | - |
| HSV(B) | 77.97º | 0.89% | 0.95% | - |
| XYZ | 50.6 | 73.64 | 12.52 | - |
| YUV | 198.83 | 30.47 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 26 | 0.27 | 0 | 0.89 | 0.05 | 77.97 | 0.9 | 0.53 |
| Hex | B2 | F3 | 1A | 1B | 0 | 59 | 5 | 4E | 5A | 35 |
| Octal | 262 | 363 | 32 | 33 | 0 | 131 | 5 | 116 | 132 | 65 |
| Binary | 10110010 | 11110011 | 11010 | 11011 | 0 | 1011001 | 101 | 1001110 | 1011010 | 110101 |
Color Harmonies of #B2F31A
Complementary color
Monochromatic Colors of #B2F31A
Black with #B2F31A
Text Example
Text Example
White with #B2F31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F31A; }
p { color: rgb(178,243,26); }
H1.HeaderClassName
{
color: #B2F31A;
}
.AnyTagClassName
{
color: #B2F31A;
}
</style>
background-color css
<style>
a { background-color: #B2F31A; }
a { background-color: rgb(178,243,26); }
div.DivClassName
{
background-color: #B2F31A;
}
.BgClassName
{
background-color: #B2F31A;
}
</style>
border-color css
<style>
span { border-color: #B2F31A; }
span { border-color: rgb(178,243,26); }
td.TdClassName
{
border-color: #B2F31A;
}
.TagClassName
{
border-color: #B2F31A;
}
</style>