Shades of Inch Worm #B4DB08
Tints of Inch Worm #B4DB08
RGB
CMYK
RGB Variations
Color information
#B4DB08 (or 0xB4DB08) is known color: Inch Worm. HEX triplet: B4, DB and 08. RGB value is (180,219,8). Sum of RGB (Red+Green+Blue) = 180+219+8=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4DB08 is #4B24F7. Grayscale: #B8B8B8. Windows color (decimal): -4924664 or 580532. OLE color: 580532.
HSL color Cylindrical-coordinate representation of color #B4DB08: hue angle of 71.09º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4DB08 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 8 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.14 |
| HSL | 71.09º | 0.93% | 0.45% | - |
| HSV(B) | 71.09º | 0.96% | 0.86% | - |
| XYZ | 44.2 | 60.38 | 9.56 | - |
| YUV | 183.29 | 29.08 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 8 | 0.18 | 0 | 0.96 | 0.14 | 71.09 | 0.93 | 0.45 |
| Hex | B4 | DB | 8 | 12 | 0 | 60 | E | 47 | 5D | 2D |
| Octal | 264 | 333 | 10 | 22 | 0 | 140 | 16 | 107 | 135 | 55 |
| Binary | 10110100 | 11011011 | 1000 | 10010 | 0 | 1100000 | 1110 | 1000111 | 1011101 | 101101 |
Color Harmonies of #B4DB08
Complementary color
Monochromatic Colors of #B4DB08
Black with #B4DB08
Text Example
Text Example
White with #B4DB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB08; }
p { color: rgb(180,219,8); }
H1.HeaderClassName
{
color: #B4DB08;
}
.AnyTagClassName
{
color: #B4DB08;
}
</style>
background-color css
<style>
a { background-color: #B4DB08; }
a { background-color: rgb(180,219,8); }
div.DivClassName
{
background-color: #B4DB08;
}
.BgClassName
{
background-color: #B4DB08;
}
</style>
border-color css
<style>
span { border-color: #B4DB08; }
span { border-color: rgb(180,219,8); }
td.TdClassName
{
border-color: #B4DB08;
}
.TagClassName
{
border-color: #B4DB08;
}
</style>