Shades of Inch Worm #BFE917
Tints of Inch Worm #BFE917
RGB
CMYK
RGB Variations
Color information
#BFE917 (or 0xBFE917) is known color: Inch Worm. HEX triplet: BF, E9 and 17. RGB value is (191,233,23). Sum of RGB (Red+Green+Blue) = 191+233+23=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 23 (9.38% from 255 or 5.15% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE917 is #4016E8. Grayscale: #C5C5C5. Windows color (decimal): -4200169 or 1567167. OLE color: 1567167.
HSL color Cylindrical-coordinate representation of color #BFE917: hue angle of 72º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFE917 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 23 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.09 |
| HSL | 72º | 0.83% | 0.5% | - |
| HSV(B) | 72º | 0.9% | 0.91% | - |
| XYZ | 50.78 | 69.42 | 11.53 | - |
| YUV | 196.5 | 30.09 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 23 | 0.18 | 0 | 0.90 | 0.09 | 72 | 0.83 | 0.5 |
| Hex | BF | E9 | 17 | 12 | 0 | 5A | 9 | 48 | 53 | 32 |
| Octal | 277 | 351 | 27 | 22 | 0 | 132 | 11 | 110 | 123 | 62 |
| Binary | 10111111 | 11101001 | 10111 | 10010 | 0 | 1011010 | 1001 | 1001000 | 1010011 | 110010 |
Color Harmonies of #BFE917
Complementary color
Monochromatic Colors of #BFE917
Black with #BFE917
Text Example
Text Example
White with #BFE917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE917; }
p { color: rgb(191,233,23); }
H1.HeaderClassName
{
color: #BFE917;
}
.AnyTagClassName
{
color: #BFE917;
}
</style>
background-color css
<style>
a { background-color: #BFE917; }
a { background-color: rgb(191,233,23); }
div.DivClassName
{
background-color: #BFE917;
}
.BgClassName
{
background-color: #BFE917;
}
</style>
border-color css
<style>
span { border-color: #BFE917; }
span { border-color: rgb(191,233,23); }
td.TdClassName
{
border-color: #BFE917;
}
.TagClassName
{
border-color: #BFE917;
}
</style>