Shades of Inch Worm #B4E805
Tints of Inch Worm #B4E805
RGB
CMYK
RGB Variations
Color information
#B4E805 (or 0xB4E805) is known color: Inch Worm. HEX triplet: B4, E8 and 05. RGB value is (180,232,5). Sum of RGB (Red+Green+Blue) = 180+232+5=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 232 (91.02% from 255 or 55.64% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4E805 is #4B17FA. Grayscale: #BFBFBF. Windows color (decimal): -4921339 or 387252. OLE color: 387252.
HSL color Cylindrical-coordinate representation of color #B4E805: hue angle of 73.74º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4E805 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.09 |
| HSL | 73.74º | 0.96% | 0.46% | - |
| HSV(B) | 73.74º | 0.98% | 0.91% | - |
| XYZ | 47.71 | 67.43 | 10.64 | - |
| YUV | 190.57 | 23.27 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 5 | 0.22 | 0 | 0.98 | 0.09 | 73.74 | 0.96 | 0.46 |
| Hex | B4 | E8 | 5 | 16 | 0 | 62 | 9 | 4A | 60 | 2E |
| Octal | 264 | 350 | 5 | 26 | 0 | 142 | 11 | 112 | 140 | 56 |
| Binary | 10110100 | 11101000 | 101 | 10110 | 0 | 1100010 | 1001 | 1001010 | 1100000 | 101110 |
Color Harmonies of #B4E805
Complementary color
Monochromatic Colors of #B4E805
Black with #B4E805
Text Example
Text Example
White with #B4E805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E805; }
p { color: rgb(180,232,5); }
H1.HeaderClassName
{
color: #B4E805;
}
.AnyTagClassName
{
color: #B4E805;
}
</style>
background-color css
<style>
a { background-color: #B4E805; }
a { background-color: rgb(180,232,5); }
div.DivClassName
{
background-color: #B4E805;
}
.BgClassName
{
background-color: #B4E805;
}
</style>
border-color css
<style>
span { border-color: #B4E805; }
span { border-color: rgb(180,232,5); }
td.TdClassName
{
border-color: #B4E805;
}
.TagClassName
{
border-color: #B4E805;
}
</style>