Shades of Inch Worm #BFF613
Tints of Inch Worm #BFF613
RGB
CMYK
RGB Variations
Color information
#BFF613 (or 0xBFF613) is known color: Inch Worm. HEX triplet: BF, F6 and 13. RGB value is (191,246,19). Sum of RGB (Red+Green+Blue) = 191+246+19=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF613 is #4009EC. Grayscale: #CCCCCC. Windows color (decimal): -4196845 or 1308351. OLE color: 1308351.
HSL color Cylindrical-coordinate representation of color #BFF613: hue angle of 74.54º 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 #BFF613 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 19 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.04 |
| HSL | 74.54º | 0.93% | 0.52% | - |
| HSV(B) | 74.54º | 0.92% | 0.96% | - |
| XYZ | 54.56 | 77.03 | 12.61 | - |
| YUV | 203.68 | 23.78 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 19 | 0.22 | 0 | 0.92 | 0.04 | 74.54 | 0.93 | 0.52 |
| Hex | BF | F6 | 13 | 16 | 0 | 5C | 4 | 4B | 5D | 34 |
| Octal | 277 | 366 | 23 | 26 | 0 | 134 | 4 | 113 | 135 | 64 |
| Binary | 10111111 | 11110110 | 10011 | 10110 | 0 | 1011100 | 100 | 1001011 | 1011101 | 110100 |
Color Harmonies of #BFF613
Complementary color
Monochromatic Colors of #BFF613
Black with #BFF613
Text Example
Text Example
White with #BFF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF613; }
p { color: rgb(191,246,19); }
H1.HeaderClassName
{
color: #BFF613;
}
.AnyTagClassName
{
color: #BFF613;
}
</style>
background-color css
<style>
a { background-color: #BFF613; }
a { background-color: rgb(191,246,19); }
div.DivClassName
{
background-color: #BFF613;
}
.BgClassName
{
background-color: #BFF613;
}
</style>
border-color css
<style>
span { border-color: #BFF613; }
span { border-color: rgb(191,246,19); }
td.TdClassName
{
border-color: #BFF613;
}
.TagClassName
{
border-color: #BFF613;
}
</style>