Shades of Inch Worm #BFF10C
Tints of Inch Worm #BFF10C
RGB
CMYK
RGB Variations
Color information
#BFF10C (or 0xBFF10C) is known color: Inch Worm. HEX triplet: BF, F1 and 0C. RGB value is (191,241,12). Sum of RGB (Red+Green+Blue) = 191+241+12=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF10C is #400EF3. Grayscale: #C8C8C8. Windows color (decimal): -4198132 or 848319. OLE color: 848319.
HSL color Cylindrical-coordinate representation of color #BFF10C: hue angle of 73.1º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFF10C is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 12 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.05 |
| HSL | 73.1º | 0.91% | 0.5% | - |
| HSV(B) | 73.1º | 0.95% | 0.95% | - |
| XYZ | 53.01 | 74.01 | 11.84 | - |
| YUV | 199.94 | 21.94 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 12 | 0.21 | 0 | 0.95 | 0.05 | 73.1 | 0.91 | 0.5 |
| Hex | BF | F1 | C | 15 | 0 | 5F | 5 | 49 | 5B | 32 |
| Octal | 277 | 361 | 14 | 25 | 0 | 137 | 5 | 111 | 133 | 62 |
| Binary | 10111111 | 11110001 | 1100 | 10101 | 0 | 1011111 | 101 | 1001001 | 1011011 | 110010 |
Color Harmonies of #BFF10C
Complementary color
Monochromatic Colors of #BFF10C
Black with #BFF10C
Text Example
Text Example
White with #BFF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF10C; }
p { color: rgb(191,241,12); }
H1.HeaderClassName
{
color: #BFF10C;
}
.AnyTagClassName
{
color: #BFF10C;
}
</style>
background-color css
<style>
a { background-color: #BFF10C; }
a { background-color: rgb(191,241,12); }
div.DivClassName
{
background-color: #BFF10C;
}
.BgClassName
{
background-color: #BFF10C;
}
</style>
border-color css
<style>
span { border-color: #BFF10C; }
span { border-color: rgb(191,241,12); }
td.TdClassName
{
border-color: #BFF10C;
}
.TagClassName
{
border-color: #BFF10C;
}
</style>