Shades of Inch Worm #BFE70F
Tints of Inch Worm #BFE70F
RGB
CMYK
RGB Variations
Color information
#BFE70F (or 0xBFE70F) is known color: Inch Worm. HEX triplet: BF, E7 and 0F. RGB value is (191,231,15). Sum of RGB (Red+Green+Blue) = 191+231+15=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 231 (90.62% from 255 or 52.86% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE70F is #4018F0. Grayscale: #C3C3C3. Windows color (decimal): -4200689 or 1042367. OLE color: 1042367.
HSL color Cylindrical-coordinate representation of color #BFE70F: hue angle of 71.11º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFE70F is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 15 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.09 |
| HSL | 71.11º | 0.88% | 0.48% | - |
| HSV(B) | 71.11º | 0.94% | 0.91% | - |
| XYZ | 50.15 | 68.26 | 10.98 | - |
| YUV | 194.42 | 26.75 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 15 | 0.17 | 0 | 0.94 | 0.09 | 71.11 | 0.88 | 0.48 |
| Hex | BF | E7 | F | 11 | 0 | 5E | 9 | 47 | 58 | 30 |
| Octal | 277 | 347 | 17 | 21 | 0 | 136 | 11 | 107 | 130 | 60 |
| Binary | 10111111 | 11100111 | 1111 | 10001 | 0 | 1011110 | 1001 | 1000111 | 1011000 | 110000 |
Color Harmonies of #BFE70F
Complementary color
Monochromatic Colors of #BFE70F
Black with #BFE70F
Text Example
Text Example
White with #BFE70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE70F; }
p { color: rgb(191,231,15); }
H1.HeaderClassName
{
color: #BFE70F;
}
.AnyTagClassName
{
color: #BFE70F;
}
</style>
background-color css
<style>
a { background-color: #BFE70F; }
a { background-color: rgb(191,231,15); }
div.DivClassName
{
background-color: #BFE70F;
}
.BgClassName
{
background-color: #BFE70F;
}
</style>
border-color css
<style>
span { border-color: #BFE70F; }
span { border-color: rgb(191,231,15); }
td.TdClassName
{
border-color: #BFE70F;
}
.TagClassName
{
border-color: #BFE70F;
}
</style>