Shades of Inch Worm #B4D60E
Tints of Inch Worm #B4D60E
RGB
CMYK
RGB Variations
Color information
#B4D60E (or 0xB4D60E) is known color: Inch Worm. HEX triplet: B4, D6 and 0E. RGB value is (180,214,14). Sum of RGB (Red+Green+Blue) = 180+214+14=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D60E is #4B29F1. Grayscale: #B5B5B5. Windows color (decimal): -4925938 or 972468. OLE color: 972468.
HSL color Cylindrical-coordinate representation of color #B4D60E: hue angle of 70.2º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4D60E is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 14 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.16 |
| HSL | 70.2º | 0.88% | 0.45% | - |
| HSV(B) | 70.2º | 0.93% | 0.84% | - |
| XYZ | 42.95 | 57.83 | 9.31 | - |
| YUV | 181.03 | 33.74 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 14 | 0.16 | 0 | 0.93 | 0.16 | 70.2 | 0.88 | 0.45 |
| Hex | B4 | D6 | E | 10 | 0 | 5D | 10 | 46 | 58 | 2D |
| Octal | 264 | 326 | 16 | 20 | 0 | 135 | 20 | 106 | 130 | 55 |
| Binary | 10110100 | 11010110 | 1110 | 10000 | 0 | 1011101 | 10000 | 1000110 | 1011000 | 101101 |
Color Harmonies of #B4D60E
Complementary color
Monochromatic Colors of #B4D60E
Black with #B4D60E
Text Example
Text Example
White with #B4D60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D60E; }
p { color: rgb(180,214,14); }
H1.HeaderClassName
{
color: #B4D60E;
}
.AnyTagClassName
{
color: #B4D60E;
}
</style>
background-color css
<style>
a { background-color: #B4D60E; }
a { background-color: rgb(180,214,14); }
div.DivClassName
{
background-color: #B4D60E;
}
.BgClassName
{
background-color: #B4D60E;
}
</style>
border-color css
<style>
span { border-color: #B4D60E; }
span { border-color: rgb(180,214,14); }
td.TdClassName
{
border-color: #B4D60E;
}
.TagClassName
{
border-color: #B4D60E;
}
</style>