Shades of Inch Worm #B2D404
Tints of Inch Worm #B2D404
RGB
CMYK
RGB Variations
Color information
#B2D404 (or 0xB2D404) is known color: Inch Worm. HEX triplet: B2, D4 and 04. RGB value is (178,212,4). Sum of RGB (Red+Green+Blue) = 178+212+4=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 212 (83.20% from 255 or 53.81% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D404 is #4D2BFB. Grayscale: #B2B2B2. Windows color (decimal): -5057532 or 316594. OLE color: 316594.
HSL color Cylindrical-coordinate representation of color #B2D404: hue angle of 69.81º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2D404 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 212 | 4 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.17 |
| HSL | 69.81º | 0.96% | 0.42% | - |
| HSV(B) | 69.81º | 0.98% | 0.83% | - |
| XYZ | 41.93 | 56.56 | 8.82 | - |
| YUV | 178.12 | 29.74 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 212 | 4 | 0.16 | 0 | 0.98 | 0.17 | 69.81 | 0.96 | 0.42 |
| Hex | B2 | D4 | 4 | 10 | 0 | 62 | 11 | 46 | 60 | 2A |
| Octal | 262 | 324 | 4 | 20 | 0 | 142 | 21 | 106 | 140 | 52 |
| Binary | 10110010 | 11010100 | 100 | 10000 | 0 | 1100010 | 10001 | 1000110 | 1100000 | 101010 |
Color Harmonies of #B2D404
Complementary color
Monochromatic Colors of #B2D404
Black with #B2D404
Text Example
Text Example
White with #B2D404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D404; }
p { color: rgb(178,212,4); }
H1.HeaderClassName
{
color: #B2D404;
}
.AnyTagClassName
{
color: #B2D404;
}
</style>
background-color css
<style>
a { background-color: #B2D404; }
a { background-color: rgb(178,212,4); }
div.DivClassName
{
background-color: #B2D404;
}
.BgClassName
{
background-color: #B2D404;
}
</style>
border-color css
<style>
span { border-color: #B2D404; }
span { border-color: rgb(178,212,4); }
td.TdClassName
{
border-color: #B2D404;
}
.TagClassName
{
border-color: #B2D404;
}
</style>