Shades of Inch Worm #BFE30A
Tints of Inch Worm #BFE30A
RGB
CMYK
RGB Variations
Color information
#BFE30A (or 0xBFE30A) is known color: Inch Worm. HEX triplet: BF, E3 and 0A. RGB value is (191,227,10). Sum of RGB (Red+Green+Blue) = 191+227+10=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 227 (89.06% from 255 or 53.04% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFE30A is #401CF5. Grayscale: #C0C0C0. Windows color (decimal): -4201718 or 713663. OLE color: 713663.
HSL color Cylindrical-coordinate representation of color #BFE30A: hue angle of 69.95º 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 #BFE30A is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 10 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.11 |
| HSL | 69.95º | 0.92% | 0.46% | - |
| HSV(B) | 69.95º | 0.96% | 0.89% | - |
| XYZ | 49.01 | 66.04 | 10.45 | - |
| YUV | 191.5 | 25.57 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 10 | 0.16 | 0 | 0.96 | 0.11 | 69.95 | 0.92 | 0.46 |
| Hex | BF | E3 | A | 10 | 0 | 60 | B | 46 | 5C | 2E |
| Octal | 277 | 343 | 12 | 20 | 0 | 140 | 13 | 106 | 134 | 56 |
| Binary | 10111111 | 11100011 | 1010 | 10000 | 0 | 1100000 | 1011 | 1000110 | 1011100 | 101110 |
Color Harmonies of #BFE30A
Complementary color
Monochromatic Colors of #BFE30A
Black with #BFE30A
Text Example
Text Example
White with #BFE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE30A; }
p { color: rgb(191,227,10); }
H1.HeaderClassName
{
color: #BFE30A;
}
.AnyTagClassName
{
color: #BFE30A;
}
</style>
background-color css
<style>
a { background-color: #BFE30A; }
a { background-color: rgb(191,227,10); }
div.DivClassName
{
background-color: #BFE30A;
}
.BgClassName
{
background-color: #BFE30A;
}
</style>
border-color css
<style>
span { border-color: #BFE30A; }
span { border-color: rgb(191,227,10); }
td.TdClassName
{
border-color: #BFE30A;
}
.TagClassName
{
border-color: #BFE30A;
}
</style>