Shades of Inch Worm #BFE410
Tints of Inch Worm #BFE410
RGB
CMYK
RGB Variations
Color information
#BFE410 (or 0xBFE410) is known color: Inch Worm. HEX triplet: BF, E4 and 10. RGB value is (191,228,16). Sum of RGB (Red+Green+Blue) = 191+228+16=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE410 is #401BEF. Grayscale: #C1C1C1. Windows color (decimal): -4201456 or 1107135. OLE color: 1107135.
HSL color Cylindrical-coordinate representation of color #BFE410: hue angle of 70.47º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFE410 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.11 |
| HSL | 70.47º | 0.87% | 0.48% | - |
| HSV(B) | 70.47º | 0.93% | 0.89% | - |
| XYZ | 49.32 | 66.6 | 10.75 | - |
| YUV | 192.77 | 28.24 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 16 | 0.16 | 0 | 0.93 | 0.11 | 70.47 | 0.87 | 0.48 |
| Hex | BF | E4 | 10 | 10 | 0 | 5D | B | 46 | 57 | 30 |
| Octal | 277 | 344 | 20 | 20 | 0 | 135 | 13 | 106 | 127 | 60 |
| Binary | 10111111 | 11100100 | 10000 | 10000 | 0 | 1011101 | 1011 | 1000110 | 1010111 | 110000 |
Color Harmonies of #BFE410
Complementary color
Monochromatic Colors of #BFE410
Black with #BFE410
Text Example
Text Example
White with #BFE410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE410; }
p { color: rgb(191,228,16); }
H1.HeaderClassName
{
color: #BFE410;
}
.AnyTagClassName
{
color: #BFE410;
}
</style>
background-color css
<style>
a { background-color: #BFE410; }
a { background-color: rgb(191,228,16); }
div.DivClassName
{
background-color: #BFE410;
}
.BgClassName
{
background-color: #BFE410;
}
</style>
border-color css
<style>
span { border-color: #BFE410; }
span { border-color: rgb(191,228,16); }
td.TdClassName
{
border-color: #BFE410;
}
.TagClassName
{
border-color: #BFE410;
}
</style>