Shades of Inch Worm #BFF119
Tints of Inch Worm #BFF119
RGB
CMYK
RGB Variations
Color information
#BFF119 (or 0xBFF119) is known color: Inch Worm. HEX triplet: BF, F1 and 19. RGB value is (191,241,25). Sum of RGB (Red+Green+Blue) = 191+241+25=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 25 (10.16% from 255 or 5.47% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF119 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF119 is #400EE6. Grayscale: #CACACA. Windows color (decimal): -4198119 or 1700287. OLE color: 1700287.
HSL color Cylindrical-coordinate representation of color #BFF119: hue angle of 73.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFF119 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 25 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.05 |
| HSL | 73.89º | 0.89% | 0.52% | - |
| HSV(B) | 73.89º | 0.9% | 0.95% | - |
| XYZ | 53.12 | 74.06 | 12.41 | - |
| YUV | 201.43 | 28.44 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 25 | 0.21 | 0 | 0.90 | 0.05 | 73.89 | 0.89 | 0.52 |
| Hex | BF | F1 | 19 | 15 | 0 | 5A | 5 | 4A | 59 | 34 |
| Octal | 277 | 361 | 31 | 25 | 0 | 132 | 5 | 112 | 131 | 64 |
| Binary | 10111111 | 11110001 | 11001 | 10101 | 0 | 1011010 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #BFF119
Complementary color
Monochromatic Colors of #BFF119
Black with #BFF119
Text Example
Text Example
White with #BFF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF119; }
p { color: rgb(191,241,25); }
H1.HeaderClassName
{
color: #BFF119;
}
.AnyTagClassName
{
color: #BFF119;
}
</style>
background-color css
<style>
a { background-color: #BFF119; }
a { background-color: rgb(191,241,25); }
div.DivClassName
{
background-color: #BFF119;
}
.BgClassName
{
background-color: #BFF119;
}
</style>
border-color css
<style>
span { border-color: #BFF119; }
span { border-color: rgb(191,241,25); }
td.TdClassName
{
border-color: #BFF119;
}
.TagClassName
{
border-color: #BFF119;
}
</style>