Shades of Inch Worm #BFED0A
Tints of Inch Worm #BFED0A
RGB
CMYK
RGB Variations
Color information
#BFED0A (or 0xBFED0A) is known color: Inch Worm. HEX triplet: BF, ED and 0A. RGB value is (191,237,10). Sum of RGB (Red+Green+Blue) = 191+237+10=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFED0A is #4012F5. Grayscale: #C6C6C6. Windows color (decimal): -4199158 or 716223. OLE color: 716223.
HSL color Cylindrical-coordinate representation of color #BFED0A: hue angle of 72.16º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BFED0A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 10 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.07 |
| HSL | 72.16º | 0.92% | 0.48% | - |
| HSV(B) | 72.16º | 0.96% | 0.93% | - |
| XYZ | 51.82 | 71.67 | 11.39 | - |
| YUV | 197.37 | 22.26 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 10 | 0.19 | 0 | 0.96 | 0.07 | 72.16 | 0.92 | 0.48 |
| Hex | BF | ED | A | 13 | 0 | 60 | 7 | 48 | 5C | 30 |
| Octal | 277 | 355 | 12 | 23 | 0 | 140 | 7 | 110 | 134 | 60 |
| Binary | 10111111 | 11101101 | 1010 | 10011 | 0 | 1100000 | 111 | 1001000 | 1011100 | 110000 |
Color Harmonies of #BFED0A
Complementary color
Monochromatic Colors of #BFED0A
Black with #BFED0A
Text Example
Text Example
White with #BFED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED0A; }
p { color: rgb(191,237,10); }
H1.HeaderClassName
{
color: #BFED0A;
}
.AnyTagClassName
{
color: #BFED0A;
}
</style>
background-color css
<style>
a { background-color: #BFED0A; }
a { background-color: rgb(191,237,10); }
div.DivClassName
{
background-color: #BFED0A;
}
.BgClassName
{
background-color: #BFED0A;
}
</style>
border-color css
<style>
span { border-color: #BFED0A; }
span { border-color: rgb(191,237,10); }
td.TdClassName
{
border-color: #BFED0A;
}
.TagClassName
{
border-color: #BFED0A;
}
</style>