Shades of Inch Worm #B5D701
Tints of Inch Worm #B5D701
RGB
CMYK
RGB Variations
Color information
#B5D701 (or 0xB5D701) is known color: Inch Worm. HEX triplet: B5, D7 and 01. RGB value is (181,215,1). Sum of RGB (Red+Green+Blue) = 181+215+1=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D701 is #4A28FE. Grayscale: #B5B5B5. Windows color (decimal): -4860159 or 120757. OLE color: 120757.
HSL color Cylindrical-coordinate representation of color #B5D701: hue angle of 69.53º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5D701 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.16 |
| HSL | 69.53º | 0.99% | 0.42% | - |
| HSV(B) | 69.53º | 1% | 0.84% | - |
| XYZ | 43.36 | 58.43 | 9.02 | - |
| YUV | 180.44 | 26.74 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 1 | 0.16 | 0 | 1.00 | 0.16 | 69.53 | 0.99 | 0.42 |
| Hex | B5 | D7 | 1 | 10 | 0 | 64 | 10 | 46 | 63 | 2A |
| Octal | 265 | 327 | 1 | 20 | 0 | 144 | 20 | 106 | 143 | 52 |
| Binary | 10110101 | 11010111 | 1 | 10000 | 0 | 1100100 | 10000 | 1000110 | 1100011 | 101010 |
Color Harmonies of #B5D701
Complementary color
Monochromatic Colors of #B5D701
Black with #B5D701
Text Example
Text Example
White with #B5D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D701; }
p { color: rgb(181,215,1); }
H1.HeaderClassName
{
color: #B5D701;
}
.AnyTagClassName
{
color: #B5D701;
}
</style>
background-color css
<style>
a { background-color: #B5D701; }
a { background-color: rgb(181,215,1); }
div.DivClassName
{
background-color: #B5D701;
}
.BgClassName
{
background-color: #B5D701;
}
</style>
border-color css
<style>
span { border-color: #B5D701; }
span { border-color: rgb(181,215,1); }
td.TdClassName
{
border-color: #B5D701;
}
.TagClassName
{
border-color: #B5D701;
}
</style>