Shades of Inch Worm #BFF311
Tints of Inch Worm #BFF311
RGB
CMYK
RGB Variations
Color information
#BFF311 (or 0xBFF311) is known color: Inch Worm. HEX triplet: BF, F3 and 11. RGB value is (191,243,17). Sum of RGB (Red+Green+Blue) = 191+243+17=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 243 (95.31% from 255 or 53.88% from 451); Blue value is 17 (7.03% from 255 or 3.77% from 451); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF311 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF311 is #400CEE. Grayscale: #CACACA. Windows color (decimal): -4197615 or 1176511. OLE color: 1176511.
HSL color Cylindrical-coordinate representation of color #BFF311: hue angle of 73.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFF311 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 17 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.05 |
| HSL | 73.81º | 0.9% | 0.51% | - |
| HSV(B) | 73.81º | 0.93% | 0.95% | - |
| XYZ | 53.64 | 75.22 | 12.22 | - |
| YUV | 201.69 | 23.77 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 17 | 0.21 | 0 | 0.93 | 0.05 | 73.81 | 0.9 | 0.51 |
| Hex | BF | F3 | 11 | 15 | 0 | 5D | 5 | 4A | 5A | 33 |
| Octal | 277 | 363 | 21 | 25 | 0 | 135 | 5 | 112 | 132 | 63 |
| Binary | 10111111 | 11110011 | 10001 | 10101 | 0 | 1011101 | 101 | 1001010 | 1011010 | 110011 |
Color Harmonies of #BFF311
Complementary color
Monochromatic Colors of #BFF311
Black with #BFF311
Text Example
Text Example
White with #BFF311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF311; }
p { color: rgb(191,243,17); }
H1.HeaderClassName
{
color: #BFF311;
}
.AnyTagClassName
{
color: #BFF311;
}
</style>
background-color css
<style>
a { background-color: #BFF311; }
a { background-color: rgb(191,243,17); }
div.DivClassName
{
background-color: #BFF311;
}
.BgClassName
{
background-color: #BFF311;
}
</style>
border-color css
<style>
span { border-color: #BFF311; }
span { border-color: rgb(191,243,17); }
td.TdClassName
{
border-color: #BFF311;
}
.TagClassName
{
border-color: #BFF311;
}
</style>