Shades of Inch Worm #B0D918
Tints of Inch Worm #B0D918
RGB
CMYK
RGB Variations
Color information
#B0D918 (or 0xB0D918) is known color: Inch Worm. HEX triplet: B0, D9 and 18. RGB value is (176,217,24). Sum of RGB (Red+Green+Blue) = 176+217+24=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 217 (85.16% from 255 or 52.04% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D918 is #4F26E7. Grayscale: #B7B7B7. Windows color (decimal): -5187304 or 1628592. OLE color: 1628592.
HSL color Cylindrical-coordinate representation of color #B0D918: hue angle of 72.75º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0D918 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 24 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.15 |
| HSL | 72.75º | 0.8% | 0.47% | - |
| HSV(B) | 72.75º | 0.89% | 0.85% | - |
| XYZ | 42.88 | 58.92 | 9.98 | - |
| YUV | 182.74 | 38.42 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 24 | 0.19 | 0 | 0.89 | 0.15 | 72.75 | 0.8 | 0.47 |
| Hex | B0 | D9 | 18 | 13 | 0 | 59 | F | 49 | 50 | 2F |
| Octal | 260 | 331 | 30 | 23 | 0 | 131 | 17 | 111 | 120 | 57 |
| Binary | 10110000 | 11011001 | 11000 | 10011 | 0 | 1011001 | 1111 | 1001001 | 1010000 | 101111 |
Color Harmonies of #B0D918
Complementary color
Monochromatic Colors of #B0D918
Black with #B0D918
Text Example
Text Example
White with #B0D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D918; }
p { color: rgb(176,217,24); }
H1.HeaderClassName
{
color: #B0D918;
}
.AnyTagClassName
{
color: #B0D918;
}
</style>
background-color css
<style>
a { background-color: #B0D918; }
a { background-color: rgb(176,217,24); }
div.DivClassName
{
background-color: #B0D918;
}
.BgClassName
{
background-color: #B0D918;
}
</style>
border-color css
<style>
span { border-color: #B0D918; }
span { border-color: rgb(176,217,24); }
td.TdClassName
{
border-color: #B0D918;
}
.TagClassName
{
border-color: #B0D918;
}
</style>