Shades of Inch Worm #BFE212
Tints of Inch Worm #BFE212
RGB
CMYK
RGB Variations
Color information
#BFE212 (or 0xBFE212) is known color: Inch Worm. HEX triplet: BF, E2 and 12. RGB value is (191,226,18). Sum of RGB (Red+Green+Blue) = 191+226+18=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE212 is #401DED. Grayscale: #C0C0C0. Windows color (decimal): -4201966 or 1237695. OLE color: 1237695.
HSL color Cylindrical-coordinate representation of color #BFE212: hue angle of 70.1º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFE212 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 18 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.11 |
| HSL | 70.1º | 0.85% | 0.48% | - |
| HSV(B) | 70.1º | 0.92% | 0.89% | - |
| XYZ | 48.79 | 65.51 | 10.65 | - |
| YUV | 191.82 | 29.9 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 18 | 0.15 | 0 | 0.92 | 0.11 | 70.1 | 0.85 | 0.48 |
| Hex | BF | E2 | 12 | F | 0 | 5C | B | 46 | 55 | 30 |
| Octal | 277 | 342 | 22 | 17 | 0 | 134 | 13 | 106 | 125 | 60 |
| Binary | 10111111 | 11100010 | 10010 | 1111 | 0 | 1011100 | 1011 | 1000110 | 1010101 | 110000 |
Color Harmonies of #BFE212
Complementary color
Monochromatic Colors of #BFE212
Black with #BFE212
Text Example
Text Example
White with #BFE212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE212; }
p { color: rgb(191,226,18); }
H1.HeaderClassName
{
color: #BFE212;
}
.AnyTagClassName
{
color: #BFE212;
}
</style>
background-color css
<style>
a { background-color: #BFE212; }
a { background-color: rgb(191,226,18); }
div.DivClassName
{
background-color: #BFE212;
}
.BgClassName
{
background-color: #BFE212;
}
</style>
border-color css
<style>
span { border-color: #BFE212; }
span { border-color: rgb(191,226,18); }
td.TdClassName
{
border-color: #BFE212;
}
.TagClassName
{
border-color: #BFE212;
}
</style>