Shades of Inch Worm #BFF012
Tints of Inch Worm #BFF012
RGB
CMYK
RGB Variations
Color information
#BFF012 (or 0xBFF012) is known color: Inch Worm. HEX triplet: BF, F0 and 12. RGB value is (191,240,18). Sum of RGB (Red+Green+Blue) = 191+240+18=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF012 is #400FED. Grayscale: #C8C8C8. Windows color (decimal): -4198382 or 1241279. OLE color: 1241279.
HSL color Cylindrical-coordinate representation of color #BFF012: hue angle of 73.24º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFF012 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 18 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.06 |
| HSL | 73.24º | 0.88% | 0.51% | - |
| HSV(B) | 73.24º | 0.93% | 0.94% | - |
| XYZ | 52.76 | 73.44 | 11.97 | - |
| YUV | 200.04 | 25.27 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 18 | 0.20 | 0 | 0.92 | 0.06 | 73.24 | 0.88 | 0.51 |
| Hex | BF | F0 | 12 | 14 | 0 | 5C | 6 | 49 | 58 | 33 |
| Octal | 277 | 360 | 22 | 24 | 0 | 134 | 6 | 111 | 130 | 63 |
| Binary | 10111111 | 11110000 | 10010 | 10100 | 0 | 1011100 | 110 | 1001001 | 1011000 | 110011 |
Color Harmonies of #BFF012
Complementary color
Monochromatic Colors of #BFF012
Black with #BFF012
Text Example
Text Example
White with #BFF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF012; }
p { color: rgb(191,240,18); }
H1.HeaderClassName
{
color: #BFF012;
}
.AnyTagClassName
{
color: #BFF012;
}
</style>
background-color css
<style>
a { background-color: #BFF012; }
a { background-color: rgb(191,240,18); }
div.DivClassName
{
background-color: #BFF012;
}
.BgClassName
{
background-color: #BFF012;
}
</style>
border-color css
<style>
span { border-color: #BFF012; }
span { border-color: rgb(191,240,18); }
td.TdClassName
{
border-color: #BFF012;
}
.TagClassName
{
border-color: #BFF012;
}
</style>