Shades of Inch Worm #BFEA0C
Tints of Inch Worm #BFEA0C
RGB
CMYK
RGB Variations
Color information
#BFEA0C (or 0xBFEA0C) is known color: Inch Worm. HEX triplet: BF, EA and 0C. RGB value is (191,234,12). Sum of RGB (Red+Green+Blue) = 191+234+12=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFEA0C is #4015F3. Grayscale: #C4C4C4. Windows color (decimal): -4199924 or 846527. OLE color: 846527.
HSL color Cylindrical-coordinate representation of color #BFEA0C: hue angle of 71.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BFEA0C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 12 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.08 |
| HSL | 71.62º | 0.9% | 0.48% | - |
| HSV(B) | 71.62º | 0.95% | 0.92% | - |
| XYZ | 50.98 | 69.95 | 11.16 | - |
| YUV | 195.84 | 24.25 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 12 | 0.18 | 0 | 0.95 | 0.08 | 71.62 | 0.9 | 0.48 |
| Hex | BF | EA | C | 12 | 0 | 5F | 8 | 48 | 5A | 30 |
| Octal | 277 | 352 | 14 | 22 | 0 | 137 | 10 | 110 | 132 | 60 |
| Binary | 10111111 | 11101010 | 1100 | 10010 | 0 | 1011111 | 1000 | 1001000 | 1011010 | 110000 |
Color Harmonies of #BFEA0C
Complementary color
Monochromatic Colors of #BFEA0C
Black with #BFEA0C
Text Example
Text Example
White with #BFEA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA0C; }
p { color: rgb(191,234,12); }
H1.HeaderClassName
{
color: #BFEA0C;
}
.AnyTagClassName
{
color: #BFEA0C;
}
</style>
background-color css
<style>
a { background-color: #BFEA0C; }
a { background-color: rgb(191,234,12); }
div.DivClassName
{
background-color: #BFEA0C;
}
.BgClassName
{
background-color: #BFEA0C;
}
</style>
border-color css
<style>
span { border-color: #BFEA0C; }
span { border-color: rgb(191,234,12); }
td.TdClassName
{
border-color: #BFEA0C;
}
.TagClassName
{
border-color: #BFEA0C;
}
</style>