Shades of Inch Worm #BFE01C
Tints of Inch Worm #BFE01C
RGB
CMYK
RGB Variations
Color information
#BFE01C (or 0xBFE01C) is known color: Inch Worm. HEX triplet: BF, E0 and 1C. RGB value is (191,224,28). Sum of RGB (Red+Green+Blue) = 191+224+28=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE01C is #401FE3. Grayscale: #C0C0C0. Windows color (decimal): -4202468 or 1892543. OLE color: 1892543.
HSL color Cylindrical-coordinate representation of color #BFE01C: hue angle of 70.1º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFE01C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 28 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.12 |
| HSL | 70.1º | 0.78% | 0.49% | - |
| HSV(B) | 70.1º | 0.88% | 0.88% | - |
| XYZ | 48.35 | 64.47 | 10.99 | - |
| YUV | 191.79 | 35.57 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 28 | 0.15 | 0 | 0.88 | 0.12 | 70.1 | 0.78 | 0.49 |
| Hex | BF | E0 | 1C | F | 0 | 58 | C | 46 | 4E | 31 |
| Octal | 277 | 340 | 34 | 17 | 0 | 130 | 14 | 106 | 116 | 61 |
| Binary | 10111111 | 11100000 | 11100 | 1111 | 0 | 1011000 | 1100 | 1000110 | 1001110 | 110001 |
Color Harmonies of #BFE01C
Complementary color
Monochromatic Colors of #BFE01C
Black with #BFE01C
Text Example
Text Example
White with #BFE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE01C; }
p { color: rgb(191,224,28); }
H1.HeaderClassName
{
color: #BFE01C;
}
.AnyTagClassName
{
color: #BFE01C;
}
</style>
background-color css
<style>
a { background-color: #BFE01C; }
a { background-color: rgb(191,224,28); }
div.DivClassName
{
background-color: #BFE01C;
}
.BgClassName
{
background-color: #BFE01C;
}
</style>
border-color css
<style>
span { border-color: #BFE01C; }
span { border-color: rgb(191,224,28); }
td.TdClassName
{
border-color: #BFE01C;
}
.TagClassName
{
border-color: #BFE01C;
}
</style>