Shades of Inch Worm #B5D505
Tints of Inch Worm #B5D505
RGB
CMYK
RGB Variations
Color information
#B5D505 (or 0xB5D505) is known color: Inch Worm. HEX triplet: B5, D5 and 05. RGB value is (181,213,5). Sum of RGB (Red+Green+Blue) = 181+213+5=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D505 is #4A2AFA. Grayscale: #B4B4B4. Windows color (decimal): -4860667 or 382389. OLE color: 382389.
HSL color Cylindrical-coordinate representation of color #B5D505: hue angle of 69.23º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5D505 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.16 |
| HSL | 69.23º | 0.95% | 0.43% | - |
| HSV(B) | 69.23º | 0.98% | 0.84% | - |
| XYZ | 42.88 | 57.42 | 8.97 | - |
| YUV | 179.72 | 29.4 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 5 | 0.15 | 0 | 0.98 | 0.16 | 69.23 | 0.95 | 0.43 |
| Hex | B5 | D5 | 5 | F | 0 | 62 | 10 | 45 | 5F | 2B |
| Octal | 265 | 325 | 5 | 17 | 0 | 142 | 20 | 105 | 137 | 53 |
| Binary | 10110101 | 11010101 | 101 | 1111 | 0 | 1100010 | 10000 | 1000101 | 1011111 | 101011 |
Color Harmonies of #B5D505
Complementary color
Monochromatic Colors of #B5D505
Black with #B5D505
Text Example
Text Example
White with #B5D505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D505; }
p { color: rgb(181,213,5); }
H1.HeaderClassName
{
color: #B5D505;
}
.AnyTagClassName
{
color: #B5D505;
}
</style>
background-color css
<style>
a { background-color: #B5D505; }
a { background-color: rgb(181,213,5); }
div.DivClassName
{
background-color: #B5D505;
}
.BgClassName
{
background-color: #B5D505;
}
</style>
border-color css
<style>
span { border-color: #B5D505; }
span { border-color: rgb(181,213,5); }
td.TdClassName
{
border-color: #B5D505;
}
.TagClassName
{
border-color: #B5D505;
}
</style>