Shades of Inch Worm #BFE202
Tints of Inch Worm #BFE202
RGB
CMYK
RGB Variations
Color information
#BFE202 (or 0xBFE202) is known color: Inch Worm. HEX triplet: BF, E2 and 02. RGB value is (191,226,2). Sum of RGB (Red+Green+Blue) = 191+226+2=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE202 is #401DFD. Grayscale: #BEBEBE. Windows color (decimal): -4201982 or 189119. OLE color: 189119.
HSL color Cylindrical-coordinate representation of color #BFE202: hue angle of 69.38º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFE202 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.11 |
| HSL | 69.38º | 0.98% | 0.45% | - |
| HSV(B) | 69.38º | 0.99% | 0.89% | - |
| XYZ | 48.69 | 65.47 | 10.13 | - |
| YUV | 190 | 21.9 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 2 | 0.15 | 0 | 0.99 | 0.11 | 69.38 | 0.98 | 0.45 |
| Hex | BF | E2 | 2 | F | 0 | 63 | B | 45 | 62 | 2D |
| Octal | 277 | 342 | 2 | 17 | 0 | 143 | 13 | 105 | 142 | 55 |
| Binary | 10111111 | 11100010 | 10 | 1111 | 0 | 1100011 | 1011 | 1000101 | 1100010 | 101101 |
Color Harmonies of #BFE202
Complementary color
Monochromatic Colors of #BFE202
Black with #BFE202
Text Example
Text Example
White with #BFE202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE202; }
p { color: rgb(191,226,2); }
H1.HeaderClassName
{
color: #BFE202;
}
.AnyTagClassName
{
color: #BFE202;
}
</style>
background-color css
<style>
a { background-color: #BFE202; }
a { background-color: rgb(191,226,2); }
div.DivClassName
{
background-color: #BFE202;
}
.BgClassName
{
background-color: #BFE202;
}
</style>
border-color css
<style>
span { border-color: #BFE202; }
span { border-color: rgb(191,226,2); }
td.TdClassName
{
border-color: #BFE202;
}
.TagClassName
{
border-color: #BFE202;
}
</style>