Shades of Inch Worm #B8D918
Tints of Inch Worm #B8D918
RGB
CMYK
RGB Variations
Color information
#B8D918 (or 0xB8D918) is known color: Inch Worm. HEX triplet: B8, D9 and 18. RGB value is (184,217,24). Sum of RGB (Red+Green+Blue) = 184+217+24=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D918 is #4726E7. Grayscale: #B9B9B9. Windows color (decimal): -4663016 or 1628600. OLE color: 1628600.
HSL color Cylindrical-coordinate representation of color #B8D918: hue angle of 70.26º 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 #B8D918 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 24 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.15 |
| HSL | 70.26º | 0.8% | 0.47% | - |
| HSV(B) | 70.26º | 0.89% | 0.85% | - |
| XYZ | 44.74 | 59.88 | 10.06 | - |
| YUV | 185.13 | 37.07 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 24 | 0.15 | 0 | 0.89 | 0.15 | 70.26 | 0.8 | 0.47 |
| Hex | B8 | D9 | 18 | F | 0 | 59 | F | 46 | 50 | 2F |
| Octal | 270 | 331 | 30 | 17 | 0 | 131 | 17 | 106 | 120 | 57 |
| Binary | 10111000 | 11011001 | 11000 | 1111 | 0 | 1011001 | 1111 | 1000110 | 1010000 | 101111 |
Color Harmonies of #B8D918
Complementary color
Monochromatic Colors of #B8D918
Black with #B8D918
Text Example
Text Example
White with #B8D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D918; }
p { color: rgb(184,217,24); }
H1.HeaderClassName
{
color: #B8D918;
}
.AnyTagClassName
{
color: #B8D918;
}
</style>
background-color css
<style>
a { background-color: #B8D918; }
a { background-color: rgb(184,217,24); }
div.DivClassName
{
background-color: #B8D918;
}
.BgClassName
{
background-color: #B8D918;
}
</style>
border-color css
<style>
span { border-color: #B8D918; }
span { border-color: rgb(184,217,24); }
td.TdClassName
{
border-color: #B8D918;
}
.TagClassName
{
border-color: #B8D918;
}
</style>