Shades of Inch Worm #B5D821
Tints of Inch Worm #B5D821
RGB
CMYK
RGB Variations
Color information
#B5D821 (or 0xB5D821) is known color: Inch Worm. HEX triplet: B5, D8 and 21. RGB value is (181,216,33). Sum of RGB (Red+Green+Blue) = 181+216+33=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D821 is #4A27DE. Grayscale: #B9B9B9. Windows color (decimal): -4859871 or 2218165. OLE color: 2218165.
HSL color Cylindrical-coordinate representation of color #B5D821: hue angle of 71.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5D821 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 33 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.15 |
| HSL | 71.48º | 0.73% | 0.49% | - |
| HSV(B) | 71.48º | 0.85% | 0.85% | - |
| XYZ | 43.89 | 59.05 | 10.52 | - |
| YUV | 184.67 | 42.4 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 33 | 0.16 | 0 | 0.85 | 0.15 | 71.48 | 0.73 | 0.49 |
| Hex | B5 | D8 | 21 | 10 | 0 | 55 | F | 47 | 49 | 31 |
| Octal | 265 | 330 | 41 | 20 | 0 | 125 | 17 | 107 | 111 | 61 |
| Binary | 10110101 | 11011000 | 100001 | 10000 | 0 | 1010101 | 1111 | 1000111 | 1001001 | 110001 |
Color Harmonies of #B5D821
Complementary color
Monochromatic Colors of #B5D821
Black with #B5D821
Text Example
Text Example
White with #B5D821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D821; }
p { color: rgb(181,216,33); }
H1.HeaderClassName
{
color: #B5D821;
}
.AnyTagClassName
{
color: #B5D821;
}
</style>
background-color css
<style>
a { background-color: #B5D821; }
a { background-color: rgb(181,216,33); }
div.DivClassName
{
background-color: #B5D821;
}
.BgClassName
{
background-color: #B5D821;
}
</style>
border-color css
<style>
span { border-color: #B5D821; }
span { border-color: rgb(181,216,33); }
td.TdClassName
{
border-color: #B5D821;
}
.TagClassName
{
border-color: #B5D821;
}
</style>