Shades of Inch Worm #B1E415
Tints of Inch Worm #B1E415
RGB
CMYK
RGB Variations
Color information
#B1E415 (or 0xB1E415) is known color: Inch Worm. HEX triplet: B1, E4 and 15. RGB value is (177,228,21). Sum of RGB (Red+Green+Blue) = 177+228+21=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 228 (89.45% from 255 or 53.52% from 426); Blue value is 21 (8.59% from 255 or 4.93% from 426); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1E415 is #4E1BEA. Grayscale: #BDBDBD. Windows color (decimal): -5118955 or 1434801. OLE color: 1434801.
HSL color Cylindrical-coordinate representation of color #B1E415: hue angle of 74.78º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1E415 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 228 | 21 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.11 |
| HSL | 74.78º | 0.83% | 0.49% | - |
| HSV(B) | 74.78º | 0.91% | 0.89% | - |
| XYZ | 46.01 | 64.89 | 10.81 | - |
| YUV | 189.15 | 33.1 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 21 | 0.22 | 0 | 0.91 | 0.11 | 74.78 | 0.83 | 0.49 |
| Hex | B1 | E4 | 15 | 16 | 0 | 5B | B | 4B | 53 | 31 |
| Octal | 261 | 344 | 25 | 26 | 0 | 133 | 13 | 113 | 123 | 61 |
| Binary | 10110001 | 11100100 | 10101 | 10110 | 0 | 1011011 | 1011 | 1001011 | 1010011 | 110001 |
Color Harmonies of #B1E415
Complementary color
Monochromatic Colors of #B1E415
Black with #B1E415
Text Example
Text Example
White with #B1E415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E415; }
p { color: rgb(177,228,21); }
H1.HeaderClassName
{
color: #B1E415;
}
.AnyTagClassName
{
color: #B1E415;
}
</style>
background-color css
<style>
a { background-color: #B1E415; }
a { background-color: rgb(177,228,21); }
div.DivClassName
{
background-color: #B1E415;
}
.BgClassName
{
background-color: #B1E415;
}
</style>
border-color css
<style>
span { border-color: #B1E415; }
span { border-color: rgb(177,228,21); }
td.TdClassName
{
border-color: #B1E415;
}
.TagClassName
{
border-color: #B1E415;
}
</style>