Shades of Inch Worm #BFE71C
Tints of Inch Worm #BFE71C
RGB
CMYK
RGB Variations
Color information
#BFE71C (or 0xBFE71C) is known color: Inch Worm. HEX triplet: BF, E7 and 1C. RGB value is (191,231,28). Sum of RGB (Red+Green+Blue) = 191+231+28=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE71C is #4018E3. Grayscale: #C4C4C4. Windows color (decimal): -4200676 or 1894335. OLE color: 1894335.
HSL color Cylindrical-coordinate representation of color #BFE71C: hue angle of 71.82º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFE71C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 28 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.09 |
| HSL | 71.82º | 0.81% | 0.51% | - |
| HSV(B) | 71.82º | 0.88% | 0.91% | - |
| XYZ | 50.27 | 68.31 | 11.63 | - |
| YUV | 195.9 | 33.25 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 28 | 0.17 | 0 | 0.88 | 0.09 | 71.82 | 0.81 | 0.51 |
| Hex | BF | E7 | 1C | 11 | 0 | 58 | 9 | 48 | 51 | 33 |
| Octal | 277 | 347 | 34 | 21 | 0 | 130 | 11 | 110 | 121 | 63 |
| Binary | 10111111 | 11100111 | 11100 | 10001 | 0 | 1011000 | 1001 | 1001000 | 1010001 | 110011 |
Color Harmonies of #BFE71C
Complementary color
Monochromatic Colors of #BFE71C
Black with #BFE71C
Text Example
Text Example
White with #BFE71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE71C; }
p { color: rgb(191,231,28); }
H1.HeaderClassName
{
color: #BFE71C;
}
.AnyTagClassName
{
color: #BFE71C;
}
</style>
background-color css
<style>
a { background-color: #BFE71C; }
a { background-color: rgb(191,231,28); }
div.DivClassName
{
background-color: #BFE71C;
}
.BgClassName
{
background-color: #BFE71C;
}
</style>
border-color css
<style>
span { border-color: #BFE71C; }
span { border-color: rgb(191,231,28); }
td.TdClassName
{
border-color: #BFE71C;
}
.TagClassName
{
border-color: #BFE71C;
}
</style>