Shades of Inch Worm #B4D80D
Tints of Inch Worm #B4D80D
RGB
CMYK
RGB Variations
Color information
#B4D80D (or 0xB4D80D) is known color: Inch Worm. HEX triplet: B4, D8 and 0D. RGB value is (180,216,13). Sum of RGB (Red+Green+Blue) = 180+216+13=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D80D is #4B27F2. Grayscale: #B6B6B6. Windows color (decimal): -4925427 or 907444. OLE color: 907444.
HSL color Cylindrical-coordinate representation of color #B4D80D: hue angle of 70.64º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4D80D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 216 | 13 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.15 |
| HSL | 70.64º | 0.89% | 0.45% | - |
| HSV(B) | 70.64º | 0.94% | 0.85% | - |
| XYZ | 43.45 | 58.84 | 9.45 | - |
| YUV | 182.09 | 32.57 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 216 | 13 | 0.17 | 0 | 0.94 | 0.15 | 70.64 | 0.89 | 0.45 |
| Hex | B4 | D8 | D | 11 | 0 | 5E | F | 47 | 59 | 2D |
| Octal | 264 | 330 | 15 | 21 | 0 | 136 | 17 | 107 | 131 | 55 |
| Binary | 10110100 | 11011000 | 1101 | 10001 | 0 | 1011110 | 1111 | 1000111 | 1011001 | 101101 |
Color Harmonies of #B4D80D
Complementary color
Monochromatic Colors of #B4D80D
Black with #B4D80D
Text Example
Text Example
White with #B4D80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D80D; }
p { color: rgb(180,216,13); }
H1.HeaderClassName
{
color: #B4D80D;
}
.AnyTagClassName
{
color: #B4D80D;
}
</style>
background-color css
<style>
a { background-color: #B4D80D; }
a { background-color: rgb(180,216,13); }
div.DivClassName
{
background-color: #B4D80D;
}
.BgClassName
{
background-color: #B4D80D;
}
</style>
border-color css
<style>
span { border-color: #B4D80D; }
span { border-color: rgb(180,216,13); }
td.TdClassName
{
border-color: #B4D80D;
}
.TagClassName
{
border-color: #B4D80D;
}
</style>