Shades of Inch Worm #B5DD15
Tints of Inch Worm #B5DD15
RGB
CMYK
RGB Variations
Color information
#B5DD15 (or 0xB5DD15) is known color: Inch Worm. HEX triplet: B5, DD and 15. RGB value is (181,221,21). Sum of RGB (Red+Green+Blue) = 181+221+21=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DD15 is #4A22EA. Grayscale: #BBBBBB. Windows color (decimal): -4858603 or 1433013. OLE color: 1433013.
HSL color Cylindrical-coordinate representation of color #B5DD15: hue angle of 72º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5DD15 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 221 | 21 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.13 |
| HSL | 72º | 0.83% | 0.47% | - |
| HSV(B) | 72º | 0.9% | 0.87% | - |
| XYZ | 45.05 | 61.59 | 10.22 | - |
| YUV | 186.24 | 34.75 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 221 | 21 | 0.18 | 0 | 0.90 | 0.13 | 72 | 0.83 | 0.47 |
| Hex | B5 | DD | 15 | 12 | 0 | 5A | D | 48 | 53 | 2F |
| Octal | 265 | 335 | 25 | 22 | 0 | 132 | 15 | 110 | 123 | 57 |
| Binary | 10110101 | 11011101 | 10101 | 10010 | 0 | 1011010 | 1101 | 1001000 | 1010011 | 101111 |
Color Harmonies of #B5DD15
Complementary color
Monochromatic Colors of #B5DD15
Black with #B5DD15
Text Example
Text Example
White with #B5DD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DD15; }
p { color: rgb(181,221,21); }
H1.HeaderClassName
{
color: #B5DD15;
}
.AnyTagClassName
{
color: #B5DD15;
}
</style>
background-color css
<style>
a { background-color: #B5DD15; }
a { background-color: rgb(181,221,21); }
div.DivClassName
{
background-color: #B5DD15;
}
.BgClassName
{
background-color: #B5DD15;
}
</style>
border-color css
<style>
span { border-color: #B5DD15; }
span { border-color: rgb(181,221,21); }
td.TdClassName
{
border-color: #B5DD15;
}
.TagClassName
{
border-color: #B5DD15;
}
</style>