Shades of Inch Worm #BFF41C
Tints of Inch Worm #BFF41C
RGB
CMYK
RGB Variations
Color information
#BFF41C (or 0xBFF41C) is known color: Inch Worm. HEX triplet: BF, F4 and 1C. RGB value is (191,244,28). Sum of RGB (Red+Green+Blue) = 191+244+28=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF41C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF41C is #400BE3. Grayscale: #CCCCCC. Windows color (decimal): -4197348 or 1897663. OLE color: 1897663.
HSL color Cylindrical-coordinate representation of color #BFF41C: hue angle of 74.72º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFF41C is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 28 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.04 |
| HSL | 74.72º | 0.91% | 0.53% | - |
| HSV(B) | 74.72º | 0.89% | 0.96% | - |
| XYZ | 54.05 | 75.86 | 12.89 | - |
| YUV | 203.53 | 28.94 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 28 | 0.22 | 0 | 0.89 | 0.04 | 74.72 | 0.91 | 0.53 |
| Hex | BF | F4 | 1C | 16 | 0 | 59 | 4 | 4B | 5B | 35 |
| Octal | 277 | 364 | 34 | 26 | 0 | 131 | 4 | 113 | 133 | 65 |
| Binary | 10111111 | 11110100 | 11100 | 10110 | 0 | 1011001 | 100 | 1001011 | 1011011 | 110101 |
Color Harmonies of #BFF41C
Complementary color
Monochromatic Colors of #BFF41C
Black with #BFF41C
Text Example
Text Example
White with #BFF41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF41C; }
p { color: rgb(191,244,28); }
H1.HeaderClassName
{
color: #BFF41C;
}
.AnyTagClassName
{
color: #BFF41C;
}
</style>
background-color css
<style>
a { background-color: #BFF41C; }
a { background-color: rgb(191,244,28); }
div.DivClassName
{
background-color: #BFF41C;
}
.BgClassName
{
background-color: #BFF41C;
}
</style>
border-color css
<style>
span { border-color: #BFF41C; }
span { border-color: rgb(191,244,28); }
td.TdClassName
{
border-color: #BFF41C;
}
.TagClassName
{
border-color: #BFF41C;
}
</style>