Shades of Inch Worm #BFF11C
Tints of Inch Worm #BFF11C
RGB
CMYK
RGB Variations
Color information
#BFF11C (or 0xBFF11C) is known color: Inch Worm. HEX triplet: BF, F1 and 1C. RGB value is (191,241,28). Sum of RGB (Red+Green+Blue) = 191+241+28=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF11C is #400EE3. Grayscale: #CACACA. Windows color (decimal): -4198116 or 1896895. OLE color: 1896895.
HSL color Cylindrical-coordinate representation of color #BFF11C: hue angle of 74.08º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFF11C is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 28 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.05 |
| HSL | 74.08º | 0.88% | 0.53% | - |
| HSV(B) | 74.08º | 0.88% | 0.95% | - |
| XYZ | 53.15 | 74.07 | 12.59 | - |
| YUV | 201.77 | 29.94 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 28 | 0.21 | 0 | 0.88 | 0.05 | 74.08 | 0.88 | 0.53 |
| Hex | BF | F1 | 1C | 15 | 0 | 58 | 5 | 4A | 58 | 35 |
| Octal | 277 | 361 | 34 | 25 | 0 | 130 | 5 | 112 | 130 | 65 |
| Binary | 10111111 | 11110001 | 11100 | 10101 | 0 | 1011000 | 101 | 1001010 | 1011000 | 110101 |
Color Harmonies of #BFF11C
Complementary color
Monochromatic Colors of #BFF11C
Black with #BFF11C
Text Example
Text Example
White with #BFF11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF11C; }
p { color: rgb(191,241,28); }
H1.HeaderClassName
{
color: #BFF11C;
}
.AnyTagClassName
{
color: #BFF11C;
}
</style>
background-color css
<style>
a { background-color: #BFF11C; }
a { background-color: rgb(191,241,28); }
div.DivClassName
{
background-color: #BFF11C;
}
.BgClassName
{
background-color: #BFF11C;
}
</style>
border-color css
<style>
span { border-color: #BFF11C; }
span { border-color: rgb(191,241,28); }
td.TdClassName
{
border-color: #BFF11C;
}
.TagClassName
{
border-color: #BFF11C;
}
</style>