Shades of Inch Worm #B5E304
Tints of Inch Worm #B5E304
RGB
CMYK
RGB Variations
Color information
#B5E304 (or 0xB5E304) is known color: Inch Worm. HEX triplet: B5, E3 and 04. RGB value is (181,227,4). Sum of RGB (Red+Green+Blue) = 181+227+4=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 227 (89.06% from 255 or 55.10% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5E304 is #4A1CFB. Grayscale: #BCBCBC. Windows color (decimal): -4857084 or 320437. OLE color: 320437.
HSL color Cylindrical-coordinate representation of color #B5E304: hue angle of 72.38º 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 #B5E304 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.11 |
| HSL | 72.38º | 0.97% | 0.45% | - |
| HSV(B) | 72.38º | 0.98% | 0.89% | - |
| XYZ | 46.55 | 64.77 | 10.16 | - |
| YUV | 187.82 | 24.26 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 4 | 0.20 | 0 | 0.98 | 0.11 | 72.38 | 0.97 | 0.45 |
| Hex | B5 | E3 | 4 | 14 | 0 | 62 | B | 48 | 61 | 2D |
| Octal | 265 | 343 | 4 | 24 | 0 | 142 | 13 | 110 | 141 | 55 |
| Binary | 10110101 | 11100011 | 100 | 10100 | 0 | 1100010 | 1011 | 1001000 | 1100001 | 101101 |
Color Harmonies of #B5E304
Complementary color
Monochromatic Colors of #B5E304
Black with #B5E304
Text Example
Text Example
White with #B5E304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E304; }
p { color: rgb(181,227,4); }
H1.HeaderClassName
{
color: #B5E304;
}
.AnyTagClassName
{
color: #B5E304;
}
</style>
background-color css
<style>
a { background-color: #B5E304; }
a { background-color: rgb(181,227,4); }
div.DivClassName
{
background-color: #B5E304;
}
.BgClassName
{
background-color: #B5E304;
}
</style>
border-color css
<style>
span { border-color: #B5E304; }
span { border-color: rgb(181,227,4); }
td.TdClassName
{
border-color: #B5E304;
}
.TagClassName
{
border-color: #B5E304;
}
</style>