Shades of Inch Worm #BFE70C
Tints of Inch Worm #BFE70C
RGB
CMYK
RGB Variations
Color information
#BFE70C (or 0xBFE70C) is known color: Inch Worm. HEX triplet: BF, E7 and 0C. RGB value is (191,231,12). Sum of RGB (Red+Green+Blue) = 191+231+12=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE70C is #4018F3. Grayscale: #C2C2C2. Windows color (decimal): -4200692 or 845759. OLE color: 845759.
HSL color Cylindrical-coordinate representation of color #BFE70C: hue angle of 70.96º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFE70C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.09 |
| HSL | 70.96º | 0.9% | 0.48% | - |
| HSV(B) | 70.96º | 0.95% | 0.91% | - |
| XYZ | 50.13 | 68.25 | 10.88 | - |
| YUV | 194.07 | 25.25 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 12 | 0.17 | 0 | 0.95 | 0.09 | 70.96 | 0.9 | 0.48 |
| Hex | BF | E7 | C | 11 | 0 | 5F | 9 | 47 | 5A | 30 |
| Octal | 277 | 347 | 14 | 21 | 0 | 137 | 11 | 107 | 132 | 60 |
| Binary | 10111111 | 11100111 | 1100 | 10001 | 0 | 1011111 | 1001 | 1000111 | 1011010 | 110000 |
Color Harmonies of #BFE70C
Complementary color
Monochromatic Colors of #BFE70C
Black with #BFE70C
Text Example
Text Example
White with #BFE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE70C; }
p { color: rgb(191,231,12); }
H1.HeaderClassName
{
color: #BFE70C;
}
.AnyTagClassName
{
color: #BFE70C;
}
</style>
background-color css
<style>
a { background-color: #BFE70C; }
a { background-color: rgb(191,231,12); }
div.DivClassName
{
background-color: #BFE70C;
}
.BgClassName
{
background-color: #BFE70C;
}
</style>
border-color css
<style>
span { border-color: #BFE70C; }
span { border-color: rgb(191,231,12); }
td.TdClassName
{
border-color: #BFE70C;
}
.TagClassName
{
border-color: #BFE70C;
}
</style>