Shades of Inch Worm #BFEA1E
Tints of Inch Worm #BFEA1E
RGB
CMYK
RGB Variations
Color information
#BFEA1E (or 0xBFEA1E) is known color: Inch Worm. HEX triplet: BF, EA and 1E. RGB value is (191,234,30). Sum of RGB (Red+Green+Blue) = 191+234+30=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 234 (91.80% from 255 or 51.43% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEA1E is #4015E1. Grayscale: #C6C6C6. Windows color (decimal): -4199906 or 2026175. OLE color: 2026175.
HSL color Cylindrical-coordinate representation of color #BFEA1E: hue angle of 72.65º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFEA1E is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 30 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.08 |
| HSL | 72.65º | 0.83% | 0.52% | - |
| HSV(B) | 72.65º | 0.87% | 0.92% | - |
| XYZ | 51.14 | 70.02 | 12.05 | - |
| YUV | 197.89 | 33.25 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 30 | 0.18 | 0 | 0.87 | 0.08 | 72.65 | 0.83 | 0.52 |
| Hex | BF | EA | 1E | 12 | 0 | 57 | 8 | 49 | 53 | 34 |
| Octal | 277 | 352 | 36 | 22 | 0 | 127 | 10 | 111 | 123 | 64 |
| Binary | 10111111 | 11101010 | 11110 | 10010 | 0 | 1010111 | 1000 | 1001001 | 1010011 | 110100 |
Color Harmonies of #BFEA1E
Complementary color
Monochromatic Colors of #BFEA1E
Black with #BFEA1E
Text Example
Text Example
White with #BFEA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA1E; }
p { color: rgb(191,234,30); }
H1.HeaderClassName
{
color: #BFEA1E;
}
.AnyTagClassName
{
color: #BFEA1E;
}
</style>
background-color css
<style>
a { background-color: #BFEA1E; }
a { background-color: rgb(191,234,30); }
div.DivClassName
{
background-color: #BFEA1E;
}
.BgClassName
{
background-color: #BFEA1E;
}
</style>
border-color css
<style>
span { border-color: #BFEA1E; }
span { border-color: rgb(191,234,30); }
td.TdClassName
{
border-color: #BFEA1E;
}
.TagClassName
{
border-color: #BFEA1E;
}
</style>