Shades of Inch Worm #B5D610
Tints of Inch Worm #B5D610
RGB
CMYK
RGB Variations
Color information
#B5D610 (or 0xB5D610) is known color: Inch Worm. HEX triplet: B5, D6 and 10. RGB value is (181,214,16). Sum of RGB (Red+Green+Blue) = 181+214+16=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D610 is #4A29EF. Grayscale: #B6B6B6. Windows color (decimal): -4860400 or 1103541. OLE color: 1103541.
HSL color Cylindrical-coordinate representation of color #B5D610: hue angle of 70º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5D610 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.16 |
| HSL | 70º | 0.86% | 0.45% | - |
| HSV(B) | 70º | 0.93% | 0.84% | - |
| XYZ | 43.2 | 57.95 | 9.4 | - |
| YUV | 181.56 | 34.57 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 16 | 0.15 | 0 | 0.93 | 0.16 | 70 | 0.86 | 0.45 |
| Hex | B5 | D6 | 10 | F | 0 | 5D | 10 | 46 | 56 | 2D |
| Octal | 265 | 326 | 20 | 17 | 0 | 135 | 20 | 106 | 126 | 55 |
| Binary | 10110101 | 11010110 | 10000 | 1111 | 0 | 1011101 | 10000 | 1000110 | 1010110 | 101101 |
Color Harmonies of #B5D610
Complementary color
Monochromatic Colors of #B5D610
Black with #B5D610
Text Example
Text Example
White with #B5D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D610; }
p { color: rgb(181,214,16); }
H1.HeaderClassName
{
color: #B5D610;
}
.AnyTagClassName
{
color: #B5D610;
}
</style>
background-color css
<style>
a { background-color: #B5D610; }
a { background-color: rgb(181,214,16); }
div.DivClassName
{
background-color: #B5D610;
}
.BgClassName
{
background-color: #B5D610;
}
</style>
border-color css
<style>
span { border-color: #B5D610; }
span { border-color: rgb(181,214,16); }
td.TdClassName
{
border-color: #B5D610;
}
.TagClassName
{
border-color: #B5D610;
}
</style>