Shades of Inch Worm #BFF614
Tints of Inch Worm #BFF614
RGB
CMYK
RGB Variations
Color information
#BFF614 (or 0xBFF614) is known color: Inch Worm. HEX triplet: BF, F6 and 14. RGB value is (191,246,20). Sum of RGB (Red+Green+Blue) = 191+246+20=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 246 (96.48% from 255 or 53.83% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF614 is #4009EB. Grayscale: #CCCCCC. Windows color (decimal): -4196844 or 1373887. OLE color: 1373887.
HSL color Cylindrical-coordinate representation of color #BFF614: hue angle of 74.6º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFF614 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 20 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.04 |
| HSL | 74.6º | 0.93% | 0.52% | - |
| HSV(B) | 74.6º | 0.92% | 0.96% | - |
| XYZ | 54.57 | 77.04 | 12.66 | - |
| YUV | 203.79 | 24.28 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 20 | 0.22 | 0 | 0.92 | 0.04 | 74.6 | 0.93 | 0.52 |
| Hex | BF | F6 | 14 | 16 | 0 | 5C | 4 | 4B | 5D | 34 |
| Octal | 277 | 366 | 24 | 26 | 0 | 134 | 4 | 113 | 135 | 64 |
| Binary | 10111111 | 11110110 | 10100 | 10110 | 0 | 1011100 | 100 | 1001011 | 1011101 | 110100 |
Color Harmonies of #BFF614
Complementary color
Monochromatic Colors of #BFF614
Black with #BFF614
Text Example
Text Example
White with #BFF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF614; }
p { color: rgb(191,246,20); }
H1.HeaderClassName
{
color: #BFF614;
}
.AnyTagClassName
{
color: #BFF614;
}
</style>
background-color css
<style>
a { background-color: #BFF614; }
a { background-color: rgb(191,246,20); }
div.DivClassName
{
background-color: #BFF614;
}
.BgClassName
{
background-color: #BFF614;
}
</style>
border-color css
<style>
span { border-color: #BFF614; }
span { border-color: rgb(191,246,20); }
td.TdClassName
{
border-color: #BFF614;
}
.TagClassName
{
border-color: #BFF614;
}
</style>