Shades of Inch Worm #BFF71E
Tints of Inch Worm #BFF71E
RGB
CMYK
RGB Variations
Color information
#BFF71E (or 0xBFF71E) is known color: Inch Worm. HEX triplet: BF, F7 and 1E. RGB value is (191,247,30). Sum of RGB (Red+Green+Blue) = 191+247+30=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 30 (12.11% from 255 or 6.41% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF71E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF71E is #4008E1. Grayscale: #CECECE. Windows color (decimal): -4196578 or 2029503. OLE color: 2029503.
HSL color Cylindrical-coordinate representation of color #BFF71E: hue angle of 75.48º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFF71E is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 30 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.03 |
| HSL | 75.48º | 0.93% | 0.54% | - |
| HSV(B) | 75.48º | 0.88% | 0.97% | - |
| XYZ | 54.98 | 77.69 | 13.33 | - |
| YUV | 205.52 | 28.95 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 30 | 0.23 | 0 | 0.88 | 0.03 | 75.48 | 0.93 | 0.54 |
| Hex | BF | F7 | 1E | 17 | 0 | 58 | 3 | 4B | 5D | 36 |
| Octal | 277 | 367 | 36 | 27 | 0 | 130 | 3 | 113 | 135 | 66 |
| Binary | 10111111 | 11110111 | 11110 | 10111 | 0 | 1011000 | 11 | 1001011 | 1011101 | 110110 |
Color Harmonies of #BFF71E
Complementary color
Monochromatic Colors of #BFF71E
Black with #BFF71E
Text Example
Text Example
White with #BFF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF71E; }
p { color: rgb(191,247,30); }
H1.HeaderClassName
{
color: #BFF71E;
}
.AnyTagClassName
{
color: #BFF71E;
}
</style>
background-color css
<style>
a { background-color: #BFF71E; }
a { background-color: rgb(191,247,30); }
div.DivClassName
{
background-color: #BFF71E;
}
.BgClassName
{
background-color: #BFF71E;
}
</style>
border-color css
<style>
span { border-color: #BFF71E; }
span { border-color: rgb(191,247,30); }
td.TdClassName
{
border-color: #BFF71E;
}
.TagClassName
{
border-color: #BFF71E;
}
</style>