Shades of Inch Worm #BFE51B
Tints of Inch Worm #BFE51B
RGB
CMYK
RGB Variations
Color information
#BFE51B (or 0xBFE51B) is known color: Inch Worm. HEX triplet: BF, E5 and 1B. RGB value is (191,229,27). Sum of RGB (Red+Green+Blue) = 191+229+27=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE51B is #401AE4. Grayscale: #C3C3C3. Windows color (decimal): -4201189 or 1828287. OLE color: 1828287.
HSL color Cylindrical-coordinate representation of color #BFE51B: hue angle of 71.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFE51B is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 27 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.10 |
| HSL | 71.29º | 0.8% | 0.5% | - |
| HSV(B) | 71.29º | 0.88% | 0.9% | - |
| XYZ | 49.7 | 67.19 | 11.39 | - |
| YUV | 194.61 | 33.41 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 27 | 0.17 | 0 | 0.88 | 0.10 | 71.29 | 0.8 | 0.5 |
| Hex | BF | E5 | 1B | 11 | 0 | 58 | A | 47 | 50 | 32 |
| Octal | 277 | 345 | 33 | 21 | 0 | 130 | 12 | 107 | 120 | 62 |
| Binary | 10111111 | 11100101 | 11011 | 10001 | 0 | 1011000 | 1010 | 1000111 | 1010000 | 110010 |
Color Harmonies of #BFE51B
Complementary color
Monochromatic Colors of #BFE51B
Black with #BFE51B
Text Example
Text Example
White with #BFE51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE51B; }
p { color: rgb(191,229,27); }
H1.HeaderClassName
{
color: #BFE51B;
}
.AnyTagClassName
{
color: #BFE51B;
}
</style>
background-color css
<style>
a { background-color: #BFE51B; }
a { background-color: rgb(191,229,27); }
div.DivClassName
{
background-color: #BFE51B;
}
.BgClassName
{
background-color: #BFE51B;
}
</style>
border-color css
<style>
span { border-color: #BFE51B; }
span { border-color: rgb(191,229,27); }
td.TdClassName
{
border-color: #BFE51B;
}
.TagClassName
{
border-color: #BFE51B;
}
</style>