Shades of Inch Worm #BFE409
Tints of Inch Worm #BFE409
RGB
CMYK
RGB Variations
Color information
#BFE409 (or 0xBFE409) is known color: Inch Worm. HEX triplet: BF, E4 and 09. RGB value is (191,228,9). Sum of RGB (Red+Green+Blue) = 191+228+9=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 228 (89.45% from 255 or 53.27% from 428); Blue value is 9 (3.91% from 255 or 2.10% from 428); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE409 is #401BF6. Grayscale: #C0C0C0. Windows color (decimal): -4201463 or 648383. OLE color: 648383.
HSL color Cylindrical-coordinate representation of color #BFE409: hue angle of 70.14º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFE409 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.11 |
| HSL | 70.14º | 0.92% | 0.46% | - |
| HSV(B) | 70.14º | 0.96% | 0.89% | - |
| XYZ | 49.28 | 66.58 | 10.51 | - |
| YUV | 191.97 | 24.74 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 9 | 0.16 | 0 | 0.96 | 0.11 | 70.14 | 0.92 | 0.46 |
| Hex | BF | E4 | 9 | 10 | 0 | 60 | B | 46 | 5C | 2E |
| Octal | 277 | 344 | 11 | 20 | 0 | 140 | 13 | 106 | 134 | 56 |
| Binary | 10111111 | 11100100 | 1001 | 10000 | 0 | 1100000 | 1011 | 1000110 | 1011100 | 101110 |
Color Harmonies of #BFE409
Complementary color
Monochromatic Colors of #BFE409
Black with #BFE409
Text Example
Text Example
White with #BFE409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE409; }
p { color: rgb(191,228,9); }
H1.HeaderClassName
{
color: #BFE409;
}
.AnyTagClassName
{
color: #BFE409;
}
</style>
background-color css
<style>
a { background-color: #BFE409; }
a { background-color: rgb(191,228,9); }
div.DivClassName
{
background-color: #BFE409;
}
.BgClassName
{
background-color: #BFE409;
}
</style>
border-color css
<style>
span { border-color: #BFE409; }
span { border-color: rgb(191,228,9); }
td.TdClassName
{
border-color: #BFE409;
}
.TagClassName
{
border-color: #BFE409;
}
</style>