Shades of Inch Worm #B1D515
Tints of Inch Worm #B1D515
RGB
CMYK
RGB Variations
Color information
#B1D515 (or 0xB1D515) is known color: Inch Worm. HEX triplet: B1, D5 and 15. RGB value is (177,213,21). Sum of RGB (Red+Green+Blue) = 177+213+21=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D515 is #4E2AEA. Grayscale: #B5B5B5. Windows color (decimal): -5122795 or 1430961. OLE color: 1430961.
HSL color Cylindrical-coordinate representation of color #B1D515: hue angle of 71.25º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1D515 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 21 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.16 |
| HSL | 71.25º | 0.82% | 0.46% | - |
| HSV(B) | 71.25º | 0.9% | 0.84% | - |
| XYZ | 42.06 | 56.99 | 9.49 | - |
| YUV | 180.35 | 38.07 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 21 | 0.17 | 0 | 0.90 | 0.16 | 71.25 | 0.82 | 0.46 |
| Hex | B1 | D5 | 15 | 11 | 0 | 5A | 10 | 47 | 52 | 2E |
| Octal | 261 | 325 | 25 | 21 | 0 | 132 | 20 | 107 | 122 | 56 |
| Binary | 10110001 | 11010101 | 10101 | 10001 | 0 | 1011010 | 10000 | 1000111 | 1010010 | 101110 |
Color Harmonies of #B1D515
Complementary color
Monochromatic Colors of #B1D515
Black with #B1D515
Text Example
Text Example
White with #B1D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D515; }
p { color: rgb(177,213,21); }
H1.HeaderClassName
{
color: #B1D515;
}
.AnyTagClassName
{
color: #B1D515;
}
</style>
background-color css
<style>
a { background-color: #B1D515; }
a { background-color: rgb(177,213,21); }
div.DivClassName
{
background-color: #B1D515;
}
.BgClassName
{
background-color: #B1D515;
}
</style>
border-color css
<style>
span { border-color: #B1D515; }
span { border-color: rgb(177,213,21); }
td.TdClassName
{
border-color: #B1D515;
}
.TagClassName
{
border-color: #B1D515;
}
</style>