Shades of Inch Worm #B4DC04
Tints of Inch Worm #B4DC04
RGB
CMYK
RGB Variations
Color information
#B4DC04 (or 0xB4DC04) is known color: Inch Worm. HEX triplet: B4, DC and 04. RGB value is (180,220,4). Sum of RGB (Red+Green+Blue) = 180+220+4=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 4 (1.95% from 255 or 0.99% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4DC04 is #4B23FB. Grayscale: #B8B8B8. Windows color (decimal): -4924412 or 318644. OLE color: 318644.
HSL color Cylindrical-coordinate representation of color #B4DC04: hue angle of 71.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4DC04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.14 |
| HSL | 71.11º | 0.96% | 0.44% | - |
| HSV(B) | 71.11º | 0.98% | 0.86% | - |
| XYZ | 44.44 | 60.9 | 9.53 | - |
| YUV | 183.42 | 26.75 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 4 | 0.18 | 0 | 0.98 | 0.14 | 71.11 | 0.96 | 0.44 |
| Hex | B4 | DC | 4 | 12 | 0 | 62 | E | 47 | 60 | 2C |
| Octal | 264 | 334 | 4 | 22 | 0 | 142 | 16 | 107 | 140 | 54 |
| Binary | 10110100 | 11011100 | 100 | 10010 | 0 | 1100010 | 1110 | 1000111 | 1100000 | 101100 |
Color Harmonies of #B4DC04
Complementary color
Monochromatic Colors of #B4DC04
Black with #B4DC04
Text Example
Text Example
White with #B4DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DC04; }
p { color: rgb(180,220,4); }
H1.HeaderClassName
{
color: #B4DC04;
}
.AnyTagClassName
{
color: #B4DC04;
}
</style>
background-color css
<style>
a { background-color: #B4DC04; }
a { background-color: rgb(180,220,4); }
div.DivClassName
{
background-color: #B4DC04;
}
.BgClassName
{
background-color: #B4DC04;
}
</style>
border-color css
<style>
span { border-color: #B4DC04; }
span { border-color: rgb(180,220,4); }
td.TdClassName
{
border-color: #B4DC04;
}
.TagClassName
{
border-color: #B4DC04;
}
</style>