Shades of Inch Worm #BFE205
Tints of Inch Worm #BFE205
RGB
CMYK
RGB Variations
Color information
#BFE205 (or 0xBFE205) is known color: Inch Worm. HEX triplet: BF, E2 and 05. RGB value is (191,226,5). Sum of RGB (Red+Green+Blue) = 191+226+5=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 226 (88.67% from 255 or 53.55% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE205 is #401DFA. Grayscale: #BFBFBF. Windows color (decimal): -4201979 or 385727. OLE color: 385727.
HSL color Cylindrical-coordinate representation of color #BFE205: hue angle of 69.5º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFE205 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.11 |
| HSL | 69.5º | 0.96% | 0.45% | - |
| HSV(B) | 69.5º | 0.98% | 0.89% | - |
| XYZ | 48.71 | 65.48 | 10.22 | - |
| YUV | 190.34 | 23.4 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 5 | 0.15 | 0 | 0.98 | 0.11 | 69.5 | 0.96 | 0.45 |
| Hex | BF | E2 | 5 | F | 0 | 62 | B | 46 | 60 | 2D |
| Octal | 277 | 342 | 5 | 17 | 0 | 142 | 13 | 106 | 140 | 55 |
| Binary | 10111111 | 11100010 | 101 | 1111 | 0 | 1100010 | 1011 | 1000110 | 1100000 | 101101 |
Color Harmonies of #BFE205
Complementary color
Monochromatic Colors of #BFE205
Black with #BFE205
Text Example
Text Example
White with #BFE205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE205; }
p { color: rgb(191,226,5); }
H1.HeaderClassName
{
color: #BFE205;
}
.AnyTagClassName
{
color: #BFE205;
}
</style>
background-color css
<style>
a { background-color: #BFE205; }
a { background-color: rgb(191,226,5); }
div.DivClassName
{
background-color: #BFE205;
}
.BgClassName
{
background-color: #BFE205;
}
</style>
border-color css
<style>
span { border-color: #BFE205; }
span { border-color: rgb(191,226,5); }
td.TdClassName
{
border-color: #BFE205;
}
.TagClassName
{
border-color: #BFE205;
}
</style>