Shades of Inch Worm #B5D719
Tints of Inch Worm #B5D719
RGB
CMYK
RGB Variations
Color information
#B5D719 (or 0xB5D719) is known color: Inch Worm. HEX triplet: B5, D7 and 19. RGB value is (181,215,25). Sum of RGB (Red+Green+Blue) = 181+215+25=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D719 is #4A28E6. Grayscale: #B7B7B7. Windows color (decimal): -4860135 or 1693621. OLE color: 1693621.
HSL color Cylindrical-coordinate representation of color #B5D719: hue angle of 70.74º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5D719 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 25 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.16 |
| HSL | 70.74º | 0.79% | 0.47% | - |
| HSV(B) | 70.74º | 0.88% | 0.84% | - |
| XYZ | 43.53 | 58.49 | 9.92 | - |
| YUV | 183.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 25 | 0.16 | 0 | 0.88 | 0.16 | 70.74 | 0.79 | 0.47 |
| Hex | B5 | D7 | 19 | 10 | 0 | 58 | 10 | 47 | 4F | 2F |
| Octal | 265 | 327 | 31 | 20 | 0 | 130 | 20 | 107 | 117 | 57 |
| Binary | 10110101 | 11010111 | 11001 | 10000 | 0 | 1011000 | 10000 | 1000111 | 1001111 | 101111 |
Color Harmonies of #B5D719
Complementary color
Monochromatic Colors of #B5D719
Black with #B5D719
Text Example
Text Example
White with #B5D719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D719; }
p { color: rgb(181,215,25); }
H1.HeaderClassName
{
color: #B5D719;
}
.AnyTagClassName
{
color: #B5D719;
}
</style>
background-color css
<style>
a { background-color: #B5D719; }
a { background-color: rgb(181,215,25); }
div.DivClassName
{
background-color: #B5D719;
}
.BgClassName
{
background-color: #B5D719;
}
</style>
border-color css
<style>
span { border-color: #B5D719; }
span { border-color: rgb(181,215,25); }
td.TdClassName
{
border-color: #B5D719;
}
.TagClassName
{
border-color: #B5D719;
}
</style>