Shades of Inch Worm #B8E121
Tints of Inch Worm #B8E121
RGB
CMYK
RGB Variations
Color information
#B8E121 (or 0xB8E121) is known color: Inch Worm. HEX triplet: B8, E1 and 21. RGB value is (184,225,33). Sum of RGB (Red+Green+Blue) = 184+225+33=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E121 is #471EDE. Grayscale: #BFBFBF. Windows color (decimal): -4660959 or 2220472. OLE color: 2220472.
HSL color Cylindrical-coordinate representation of color #B8E121: hue angle of 72.81º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8E121 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 225 | 33 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.12 |
| HSL | 72.81º | 0.76% | 0.51% | - |
| HSV(B) | 72.81º | 0.85% | 0.88% | - |
| XYZ | 46.97 | 64.15 | 11.35 | - |
| YUV | 190.85 | 38.92 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 225 | 33 | 0.18 | 0 | 0.85 | 0.12 | 72.81 | 0.76 | 0.51 |
| Hex | B8 | E1 | 21 | 12 | 0 | 55 | C | 49 | 4C | 33 |
| Octal | 270 | 341 | 41 | 22 | 0 | 125 | 14 | 111 | 114 | 63 |
| Binary | 10111000 | 11100001 | 100001 | 10010 | 0 | 1010101 | 1100 | 1001001 | 1001100 | 110011 |
Color Harmonies of #B8E121
Complementary color
Monochromatic Colors of #B8E121
Black with #B8E121
Text Example
Text Example
White with #B8E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E121; }
p { color: rgb(184,225,33); }
H1.HeaderClassName
{
color: #B8E121;
}
.AnyTagClassName
{
color: #B8E121;
}
</style>
background-color css
<style>
a { background-color: #B8E121; }
a { background-color: rgb(184,225,33); }
div.DivClassName
{
background-color: #B8E121;
}
.BgClassName
{
background-color: #B8E121;
}
</style>
border-color css
<style>
span { border-color: #B8E121; }
span { border-color: rgb(184,225,33); }
td.TdClassName
{
border-color: #B8E121;
}
.TagClassName
{
border-color: #B8E121;
}
</style>