Shades of Inch Worm #B4E417
Tints of Inch Worm #B4E417
RGB
CMYK
RGB Variations
Color information
#B4E417 (or 0xB4E417) is known color: Inch Worm. HEX triplet: B4, E4 and 17. RGB value is (180,228,23). Sum of RGB (Red+Green+Blue) = 180+228+23=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 228 (89.45% from 255 or 52.90% from 431); Blue value is 23 (9.38% from 255 or 5.34% from 431); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4E417 is #4B1BE8. Grayscale: #BFBFBF. Windows color (decimal): -4922345 or 1565876. OLE color: 1565876.
HSL color Cylindrical-coordinate representation of color #B4E417: hue angle of 74.05º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4E417 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 228 | 23 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.11 |
| HSL | 74.05º | 0.82% | 0.49% | - |
| HSV(B) | 74.05º | 0.9% | 0.89% | - |
| XYZ | 46.72 | 65.25 | 10.94 | - |
| YUV | 190.28 | 33.6 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 228 | 23 | 0.21 | 0 | 0.90 | 0.11 | 74.05 | 0.82 | 0.49 |
| Hex | B4 | E4 | 17 | 15 | 0 | 5A | B | 4A | 52 | 31 |
| Octal | 264 | 344 | 27 | 25 | 0 | 132 | 13 | 112 | 122 | 61 |
| Binary | 10110100 | 11100100 | 10111 | 10101 | 0 | 1011010 | 1011 | 1001010 | 1010010 | 110001 |
Color Harmonies of #B4E417
Complementary color
Monochromatic Colors of #B4E417
Black with #B4E417
Text Example
Text Example
White with #B4E417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E417; }
p { color: rgb(180,228,23); }
H1.HeaderClassName
{
color: #B4E417;
}
.AnyTagClassName
{
color: #B4E417;
}
</style>
background-color css
<style>
a { background-color: #B4E417; }
a { background-color: rgb(180,228,23); }
div.DivClassName
{
background-color: #B4E417;
}
.BgClassName
{
background-color: #B4E417;
}
</style>
border-color css
<style>
span { border-color: #B4E417; }
span { border-color: rgb(180,228,23); }
td.TdClassName
{
border-color: #B4E417;
}
.TagClassName
{
border-color: #B4E417;
}
</style>