Shades of Inch Worm #BFFA19
Tints of Inch Worm #BFFA19
RGB
CMYK
RGB Variations
Color information
#BFFA19 (or 0xBFFA19) is known color: Inch Worm. HEX triplet: BF, FA and 19. RGB value is (191,250,25). Sum of RGB (Red+Green+Blue) = 191+250+25=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFFA19 is #4005E6. Grayscale: #CFCFCF. Windows color (decimal): -4195815 or 1702591. OLE color: 1702591.
HSL color Cylindrical-coordinate representation of color #BFFA19: hue angle of 75.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFFA19 is Cyan = 0.24, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 25 | - |
| CMYK | 0.24 | 0 | 0.9 | 0.02 |
| HSL | 75.73º | 0.96% | 0.54% | - |
| HSV(B) | 75.73º | 0.9% | 0.98% | - |
| XYZ | 55.85 | 79.52 | 13.32 | - |
| YUV | 206.71 | 25.45 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 25 | 0.24 | 0 | 0.9 | 0.02 | 75.73 | 0.96 | 0.54 |
| Hex | BF | FA | 19 | 18 | 0 | 5A | 2 | 4C | 60 | 36 |
| Octal | 277 | 372 | 31 | 30 | 0 | 132 | 2 | 114 | 140 | 66 |
| Binary | 10111111 | 11111010 | 11001 | 11000 | 0 | 1011010 | 10 | 1001100 | 1100000 | 110110 |
Color Harmonies of #BFFA19
Complementary color
Monochromatic Colors of #BFFA19
Black with #BFFA19
Text Example
Text Example
White with #BFFA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA19; }
p { color: rgb(191,250,25); }
H1.HeaderClassName
{
color: #BFFA19;
}
.AnyTagClassName
{
color: #BFFA19;
}
</style>
background-color css
<style>
a { background-color: #BFFA19; }
a { background-color: rgb(191,250,25); }
div.DivClassName
{
background-color: #BFFA19;
}
.BgClassName
{
background-color: #BFFA19;
}
</style>
border-color css
<style>
span { border-color: #BFFA19; }
span { border-color: rgb(191,250,25); }
td.TdClassName
{
border-color: #BFFA19;
}
.TagClassName
{
border-color: #BFFA19;
}
</style>