Shades of Inch Worm #B2E304
Tints of Inch Worm #B2E304
RGB
CMYK
RGB Variations
Color information
#B2E304 (or 0xB2E304) is known color: Inch Worm. HEX triplet: B2, E3 and 04. RGB value is (178,227,4). Sum of RGB (Red+Green+Blue) = 178+227+4=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E304 is #4D1CFB. Grayscale: #BBBBBB. Windows color (decimal): -5053692 or 320434. OLE color: 320434.
HSL color Cylindrical-coordinate representation of color #B2E304: hue angle of 73.18º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2E304 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 227 | 4 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.11 |
| HSL | 73.18º | 0.97% | 0.45% | - |
| HSV(B) | 73.18º | 0.98% | 0.89% | - |
| XYZ | 45.85 | 64.41 | 10.13 | - |
| YUV | 186.93 | 24.77 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 227 | 4 | 0.22 | 0 | 0.98 | 0.11 | 73.18 | 0.97 | 0.45 |
| Hex | B2 | E3 | 4 | 16 | 0 | 62 | B | 49 | 61 | 2D |
| Octal | 262 | 343 | 4 | 26 | 0 | 142 | 13 | 111 | 141 | 55 |
| Binary | 10110010 | 11100011 | 100 | 10110 | 0 | 1100010 | 1011 | 1001001 | 1100001 | 101101 |
Color Harmonies of #B2E304
Complementary color
Monochromatic Colors of #B2E304
Black with #B2E304
Text Example
Text Example
White with #B2E304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E304; }
p { color: rgb(178,227,4); }
H1.HeaderClassName
{
color: #B2E304;
}
.AnyTagClassName
{
color: #B2E304;
}
</style>
background-color css
<style>
a { background-color: #B2E304; }
a { background-color: rgb(178,227,4); }
div.DivClassName
{
background-color: #B2E304;
}
.BgClassName
{
background-color: #B2E304;
}
</style>
border-color css
<style>
span { border-color: #B2E304; }
span { border-color: rgb(178,227,4); }
td.TdClassName
{
border-color: #B2E304;
}
.TagClassName
{
border-color: #B2E304;
}
</style>