Shades of Inch Worm #B8D50E
Tints of Inch Worm #B8D50E
RGB
CMYK
RGB Variations
Color information
#B8D50E (or 0xB8D50E) is known color: Inch Worm. HEX triplet: B8, D5 and 0E. RGB value is (184,213,14). Sum of RGB (Red+Green+Blue) = 184+213+14=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D50E is #472AF1. Grayscale: #B6B6B6. Windows color (decimal): -4664050 or 972216. OLE color: 972216.
HSL color Cylindrical-coordinate representation of color #B8D50E: hue angle of 68.74º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8D50E is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 14 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.16 |
| HSL | 68.74º | 0.88% | 0.45% | - |
| HSV(B) | 68.74º | 0.93% | 0.84% | - |
| XYZ | 43.64 | 57.81 | 9.27 | - |
| YUV | 181.64 | 33.39 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 14 | 0.14 | 0 | 0.93 | 0.16 | 68.74 | 0.88 | 0.45 |
| Hex | B8 | D5 | E | E | 0 | 5D | 10 | 45 | 58 | 2D |
| Octal | 270 | 325 | 16 | 16 | 0 | 135 | 20 | 105 | 130 | 55 |
| Binary | 10111000 | 11010101 | 1110 | 1110 | 0 | 1011101 | 10000 | 1000101 | 1011000 | 101101 |
Color Harmonies of #B8D50E
Complementary color
Monochromatic Colors of #B8D50E
Black with #B8D50E
Text Example
Text Example
White with #B8D50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D50E; }
p { color: rgb(184,213,14); }
H1.HeaderClassName
{
color: #B8D50E;
}
.AnyTagClassName
{
color: #B8D50E;
}
</style>
background-color css
<style>
a { background-color: #B8D50E; }
a { background-color: rgb(184,213,14); }
div.DivClassName
{
background-color: #B8D50E;
}
.BgClassName
{
background-color: #B8D50E;
}
</style>
border-color css
<style>
span { border-color: #B8D50E; }
span { border-color: rgb(184,213,14); }
td.TdClassName
{
border-color: #B8D50E;
}
.TagClassName
{
border-color: #B8D50E;
}
</style>