Shades of Inch Worm #BFE403
Tints of Inch Worm #BFE403
RGB
CMYK
RGB Variations
Color information
#BFE403 (or 0xBFE403) is known color: Inch Worm. HEX triplet: BF, E4 and 03. RGB value is (191,228,3). Sum of RGB (Red+Green+Blue) = 191+228+3=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE403 is #401BFC. Grayscale: #C0C0C0. Windows color (decimal): -4201469 or 255167. OLE color: 255167.
HSL color Cylindrical-coordinate representation of color #BFE403: hue angle of 69.87º degrees, saturation: 0.97, 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 #BFE403 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.11 |
| HSL | 69.87º | 0.97% | 0.45% | - |
| HSV(B) | 69.87º | 0.99% | 0.89% | - |
| XYZ | 49.25 | 66.57 | 10.34 | - |
| YUV | 191.29 | 21.74 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 3 | 0.16 | 0 | 0.99 | 0.11 | 69.87 | 0.97 | 0.45 |
| Hex | BF | E4 | 3 | 10 | 0 | 63 | B | 46 | 61 | 2D |
| Octal | 277 | 344 | 3 | 20 | 0 | 143 | 13 | 106 | 141 | 55 |
| Binary | 10111111 | 11100100 | 11 | 10000 | 0 | 1100011 | 1011 | 1000110 | 1100001 | 101101 |
Color Harmonies of #BFE403
Complementary color
Monochromatic Colors of #BFE403
Black with #BFE403
Text Example
Text Example
White with #BFE403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE403; }
p { color: rgb(191,228,3); }
H1.HeaderClassName
{
color: #BFE403;
}
.AnyTagClassName
{
color: #BFE403;
}
</style>
background-color css
<style>
a { background-color: #BFE403; }
a { background-color: rgb(191,228,3); }
div.DivClassName
{
background-color: #BFE403;
}
.BgClassName
{
background-color: #BFE403;
}
</style>
border-color css
<style>
span { border-color: #BFE403; }
span { border-color: rgb(191,228,3); }
td.TdClassName
{
border-color: #BFE403;
}
.TagClassName
{
border-color: #BFE403;
}
</style>