Shades of Inch Worm #B8D611
Tints of Inch Worm #B8D611
RGB
CMYK
RGB Variations
Color information
#B8D611 (or 0xB8D611) is known color: Inch Worm. HEX triplet: B8, D6 and 11. RGB value is (184,214,17). Sum of RGB (Red+Green+Blue) = 184+214+17=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D611 is #4729EE. Grayscale: #B7B7B7. Windows color (decimal): -4663791 or 1169080. OLE color: 1169080.
HSL color Cylindrical-coordinate representation of color #B8D611: hue angle of 69.14º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8D611 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 17 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.16 |
| HSL | 69.14º | 0.85% | 0.45% | - |
| HSV(B) | 69.14º | 0.92% | 0.84% | - |
| XYZ | 43.91 | 58.32 | 9.47 | - |
| YUV | 182.57 | 34.56 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 17 | 0.14 | 0 | 0.92 | 0.16 | 69.14 | 0.85 | 0.45 |
| Hex | B8 | D6 | 11 | E | 0 | 5C | 10 | 45 | 55 | 2D |
| Octal | 270 | 326 | 21 | 16 | 0 | 134 | 20 | 105 | 125 | 55 |
| Binary | 10111000 | 11010110 | 10001 | 1110 | 0 | 1011100 | 10000 | 1000101 | 1010101 | 101101 |
Color Harmonies of #B8D611
Complementary color
Monochromatic Colors of #B8D611
Black with #B8D611
Text Example
Text Example
White with #B8D611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D611; }
p { color: rgb(184,214,17); }
H1.HeaderClassName
{
color: #B8D611;
}
.AnyTagClassName
{
color: #B8D611;
}
</style>
background-color css
<style>
a { background-color: #B8D611; }
a { background-color: rgb(184,214,17); }
div.DivClassName
{
background-color: #B8D611;
}
.BgClassName
{
background-color: #B8D611;
}
</style>
border-color css
<style>
span { border-color: #B8D611; }
span { border-color: rgb(184,214,17); }
td.TdClassName
{
border-color: #B8D611;
}
.TagClassName
{
border-color: #B8D611;
}
</style>