Shades of Inch Worm #B5D504
Tints of Inch Worm #B5D504
RGB
CMYK
RGB Variations
Color information
#B5D504 (or 0xB5D504) is known color: Inch Worm. HEX triplet: B5, D5 and 04. RGB value is (181,213,4). Sum of RGB (Red+Green+Blue) = 181+213+4=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D504 is #4A2AFB. Grayscale: #B4B4B4. Windows color (decimal): -4860668 or 316853. OLE color: 316853.
HSL color Cylindrical-coordinate representation of color #B5D504: hue angle of 69.19º degrees, saturation: 0.96, 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 #B5D504 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.16 |
| HSL | 69.19º | 0.96% | 0.43% | - |
| HSV(B) | 69.19º | 0.98% | 0.84% | - |
| XYZ | 42.87 | 57.42 | 8.94 | - |
| YUV | 179.61 | 28.9 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 4 | 0.15 | 0 | 0.98 | 0.16 | 69.19 | 0.96 | 0.43 |
| Hex | B5 | D5 | 4 | F | 0 | 62 | 10 | 45 | 60 | 2B |
| Octal | 265 | 325 | 4 | 17 | 0 | 142 | 20 | 105 | 140 | 53 |
| Binary | 10110101 | 11010101 | 100 | 1111 | 0 | 1100010 | 10000 | 1000101 | 1100000 | 101011 |
Color Harmonies of #B5D504
Complementary color
Monochromatic Colors of #B5D504
Black with #B5D504
Text Example
Text Example
White with #B5D504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D504; }
p { color: rgb(181,213,4); }
H1.HeaderClassName
{
color: #B5D504;
}
.AnyTagClassName
{
color: #B5D504;
}
</style>
background-color css
<style>
a { background-color: #B5D504; }
a { background-color: rgb(181,213,4); }
div.DivClassName
{
background-color: #B5D504;
}
.BgClassName
{
background-color: #B5D504;
}
</style>
border-color css
<style>
span { border-color: #B5D504; }
span { border-color: rgb(181,213,4); }
td.TdClassName
{
border-color: #B5D504;
}
.TagClassName
{
border-color: #B5D504;
}
</style>