Shades of Inch Worm #BFF61E
Tints of Inch Worm #BFF61E
RGB
CMYK
RGB Variations
Color information
#BFF61E (or 0xBFF61E) is known color: Inch Worm. HEX triplet: BF, F6 and 1E. RGB value is (191,246,30). Sum of RGB (Red+Green+Blue) = 191+246+30=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 30 (12.11% from 255 or 6.42% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF61E is #4009E1. Grayscale: #CDCDCD. Windows color (decimal): -4196834 or 2029247. OLE color: 2029247.
HSL color Cylindrical-coordinate representation of color #BFF61E: hue angle of 75.28º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFF61E is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 30 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.04 |
| HSL | 75.28º | 0.92% | 0.54% | - |
| HSV(B) | 75.28º | 0.88% | 0.96% | - |
| XYZ | 54.68 | 77.08 | 13.22 | - |
| YUV | 204.93 | 29.28 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 30 | 0.22 | 0 | 0.88 | 0.04 | 75.28 | 0.92 | 0.54 |
| Hex | BF | F6 | 1E | 16 | 0 | 58 | 4 | 4B | 5C | 36 |
| Octal | 277 | 366 | 36 | 26 | 0 | 130 | 4 | 113 | 134 | 66 |
| Binary | 10111111 | 11110110 | 11110 | 10110 | 0 | 1011000 | 100 | 1001011 | 1011100 | 110110 |
Color Harmonies of #BFF61E
Complementary color
Monochromatic Colors of #BFF61E
Black with #BFF61E
Text Example
Text Example
White with #BFF61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF61E; }
p { color: rgb(191,246,30); }
H1.HeaderClassName
{
color: #BFF61E;
}
.AnyTagClassName
{
color: #BFF61E;
}
</style>
background-color css
<style>
a { background-color: #BFF61E; }
a { background-color: rgb(191,246,30); }
div.DivClassName
{
background-color: #BFF61E;
}
.BgClassName
{
background-color: #BFF61E;
}
</style>
border-color css
<style>
span { border-color: #BFF61E; }
span { border-color: rgb(191,246,30); }
td.TdClassName
{
border-color: #BFF61E;
}
.TagClassName
{
border-color: #BFF61E;
}
</style>