Shades of Inch Worm #BFF10D
Tints of Inch Worm #BFF10D
RGB
CMYK
RGB Variations
Color information
#BFF10D (or 0xBFF10D) is known color: Inch Worm. HEX triplet: BF, F1 and 0D. RGB value is (191,241,13). Sum of RGB (Red+Green+Blue) = 191+241+13=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFF10D is #400EF2. Grayscale: #C8C8C8. Windows color (decimal): -4198131 or 913855. OLE color: 913855.
HSL color Cylindrical-coordinate representation of color #BFF10D: hue angle of 73.16º degrees, saturation: 0.9, 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 #BFF10D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 13 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.05 |
| HSL | 73.16º | 0.9% | 0.5% | - |
| HSV(B) | 73.16º | 0.95% | 0.95% | - |
| XYZ | 53.01 | 74.02 | 11.87 | - |
| YUV | 200.06 | 22.44 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 13 | 0.21 | 0 | 0.95 | 0.05 | 73.16 | 0.9 | 0.5 |
| Hex | BF | F1 | D | 15 | 0 | 5F | 5 | 49 | 5A | 32 |
| Octal | 277 | 361 | 15 | 25 | 0 | 137 | 5 | 111 | 132 | 62 |
| Binary | 10111111 | 11110001 | 1101 | 10101 | 0 | 1011111 | 101 | 1001001 | 1011010 | 110010 |
Color Harmonies of #BFF10D
Complementary color
Monochromatic Colors of #BFF10D
Black with #BFF10D
Text Example
Text Example
White with #BFF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF10D; }
p { color: rgb(191,241,13); }
H1.HeaderClassName
{
color: #BFF10D;
}
.AnyTagClassName
{
color: #BFF10D;
}
</style>
background-color css
<style>
a { background-color: #BFF10D; }
a { background-color: rgb(191,241,13); }
div.DivClassName
{
background-color: #BFF10D;
}
.BgClassName
{
background-color: #BFF10D;
}
</style>
border-color css
<style>
span { border-color: #BFF10D; }
span { border-color: rgb(191,241,13); }
td.TdClassName
{
border-color: #BFF10D;
}
.TagClassName
{
border-color: #BFF10D;
}
</style>