Shades of Inch Worm #B4E914
Tints of Inch Worm #B4E914
RGB
CMYK
RGB Variations
Color information
#B4E914 (or 0xB4E914) is known color: Inch Worm. HEX triplet: B4, E9 and 14. RGB value is (180,233,20). Sum of RGB (Red+Green+Blue) = 180+233+20=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 20 (8.20% from 255 or 4.62% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4E914 is #4B16EB. Grayscale: #C1C1C1. Windows color (decimal): -4921068 or 1370548. OLE color: 1370548.
HSL color Cylindrical-coordinate representation of color #B4E914: hue angle of 74.93º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4E914 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 20 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.09 |
| HSL | 74.93º | 0.84% | 0.5% | - |
| HSV(B) | 74.93º | 0.91% | 0.91% | - |
| XYZ | 48.09 | 68.03 | 11.26 | - |
| YUV | 192.87 | 30.44 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 20 | 0.23 | 0 | 0.91 | 0.09 | 74.93 | 0.84 | 0.5 |
| Hex | B4 | E9 | 14 | 17 | 0 | 5B | 9 | 4B | 54 | 32 |
| Octal | 264 | 351 | 24 | 27 | 0 | 133 | 11 | 113 | 124 | 62 |
| Binary | 10110100 | 11101001 | 10100 | 10111 | 0 | 1011011 | 1001 | 1001011 | 1010100 | 110010 |
Color Harmonies of #B4E914
Complementary color
Monochromatic Colors of #B4E914
Black with #B4E914
Text Example
Text Example
White with #B4E914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E914; }
p { color: rgb(180,233,20); }
H1.HeaderClassName
{
color: #B4E914;
}
.AnyTagClassName
{
color: #B4E914;
}
</style>
background-color css
<style>
a { background-color: #B4E914; }
a { background-color: rgb(180,233,20); }
div.DivClassName
{
background-color: #B4E914;
}
.BgClassName
{
background-color: #B4E914;
}
</style>
border-color css
<style>
span { border-color: #B4E914; }
span { border-color: rgb(180,233,20); }
td.TdClassName
{
border-color: #B4E914;
}
.TagClassName
{
border-color: #B4E914;
}
</style>