Shades of Inch Worm #B5D61C
Tints of Inch Worm #B5D61C
RGB
CMYK
RGB Variations
Color information
#B5D61C (or 0xB5D61C) is known color: Inch Worm. HEX triplet: B5, D6 and 1C. RGB value is (181,214,28). Sum of RGB (Red+Green+Blue) = 181+214+28=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D61C is #4A29E3. Grayscale: #B7B7B7. Windows color (decimal): -4860388 or 1889973. OLE color: 1889973.
HSL color Cylindrical-coordinate representation of color #B5D61C: hue angle of 70.65º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5D61C is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 28 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.16 |
| HSL | 70.65º | 0.77% | 0.47% | - |
| HSV(B) | 70.65º | 0.87% | 0.84% | - |
| XYZ | 43.31 | 58 | 10.01 | - |
| YUV | 182.93 | 40.57 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 28 | 0.15 | 0 | 0.87 | 0.16 | 70.65 | 0.77 | 0.47 |
| Hex | B5 | D6 | 1C | F | 0 | 57 | 10 | 47 | 4D | 2F |
| Octal | 265 | 326 | 34 | 17 | 0 | 127 | 20 | 107 | 115 | 57 |
| Binary | 10110101 | 11010110 | 11100 | 1111 | 0 | 1010111 | 10000 | 1000111 | 1001101 | 101111 |
Color Harmonies of #B5D61C
Complementary color
Monochromatic Colors of #B5D61C
Black with #B5D61C
Text Example
Text Example
White with #B5D61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D61C; }
p { color: rgb(181,214,28); }
H1.HeaderClassName
{
color: #B5D61C;
}
.AnyTagClassName
{
color: #B5D61C;
}
</style>
background-color css
<style>
a { background-color: #B5D61C; }
a { background-color: rgb(181,214,28); }
div.DivClassName
{
background-color: #B5D61C;
}
.BgClassName
{
background-color: #B5D61C;
}
</style>
border-color css
<style>
span { border-color: #B5D61C; }
span { border-color: rgb(181,214,28); }
td.TdClassName
{
border-color: #B5D61C;
}
.TagClassName
{
border-color: #B5D61C;
}
</style>