Shades of Inch Worm #B2D310
Tints of Inch Worm #B2D310
RGB
CMYK
RGB Variations
Color information
#B2D310 (or 0xB2D310) is known color: Inch Worm. HEX triplet: B2, D3 and 10. RGB value is (178,211,16). Sum of RGB (Red+Green+Blue) = 178+211+16=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D310 is #4D2CEF. Grayscale: #B3B3B3. Windows color (decimal): -5057776 or 1102770. OLE color: 1102770.
HSL color Cylindrical-coordinate representation of color #B2D310: hue angle of 70.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2D310 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 16 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.17 |
| HSL | 70.15º | 0.86% | 0.45% | - |
| HSV(B) | 70.15º | 0.92% | 0.83% | - |
| XYZ | 41.75 | 56.09 | 9.12 | - |
| YUV | 178.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 16 | 0.16 | 0 | 0.92 | 0.17 | 70.15 | 0.86 | 0.45 |
| Hex | B2 | D3 | 10 | 10 | 0 | 5C | 11 | 46 | 56 | 2D |
| Octal | 262 | 323 | 20 | 20 | 0 | 134 | 21 | 106 | 126 | 55 |
| Binary | 10110010 | 11010011 | 10000 | 10000 | 0 | 1011100 | 10001 | 1000110 | 1010110 | 101101 |
Color Harmonies of #B2D310
Complementary color
Monochromatic Colors of #B2D310
Black with #B2D310
Text Example
Text Example
White with #B2D310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D310; }
p { color: rgb(178,211,16); }
H1.HeaderClassName
{
color: #B2D310;
}
.AnyTagClassName
{
color: #B2D310;
}
</style>
background-color css
<style>
a { background-color: #B2D310; }
a { background-color: rgb(178,211,16); }
div.DivClassName
{
background-color: #B2D310;
}
.BgClassName
{
background-color: #B2D310;
}
</style>
border-color css
<style>
span { border-color: #B2D310; }
span { border-color: rgb(178,211,16); }
td.TdClassName
{
border-color: #B2D310;
}
.TagClassName
{
border-color: #B2D310;
}
</style>