Shades of Inch Worm #BFE61D
Tints of Inch Worm #BFE61D
RGB
CMYK
RGB Variations
Color information
#BFE61D (or 0xBFE61D) is known color: Inch Worm. HEX triplet: BF, E6 and 1D. RGB value is (191,230,29). Sum of RGB (Red+Green+Blue) = 191+230+29=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE61D is #4019E2. Grayscale: #C4C4C4. Windows color (decimal): -4200931 or 1959615. OLE color: 1959615.
HSL color Cylindrical-coordinate representation of color #BFE61D: hue angle of 71.64º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFE61D is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 29 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.10 |
| HSL | 71.64º | 0.8% | 0.51% | - |
| HSV(B) | 71.64º | 0.87% | 0.9% | - |
| XYZ | 50 | 67.76 | 11.61 | - |
| YUV | 195.43 | 34.08 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 29 | 0.17 | 0 | 0.87 | 0.10 | 71.64 | 0.8 | 0.51 |
| Hex | BF | E6 | 1D | 11 | 0 | 57 | A | 48 | 50 | 33 |
| Octal | 277 | 346 | 35 | 21 | 0 | 127 | 12 | 110 | 120 | 63 |
| Binary | 10111111 | 11100110 | 11101 | 10001 | 0 | 1010111 | 1010 | 1001000 | 1010000 | 110011 |
Color Harmonies of #BFE61D
Complementary color
Monochromatic Colors of #BFE61D
Black with #BFE61D
Text Example
Text Example
White with #BFE61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE61D; }
p { color: rgb(191,230,29); }
H1.HeaderClassName
{
color: #BFE61D;
}
.AnyTagClassName
{
color: #BFE61D;
}
</style>
background-color css
<style>
a { background-color: #BFE61D; }
a { background-color: rgb(191,230,29); }
div.DivClassName
{
background-color: #BFE61D;
}
.BgClassName
{
background-color: #BFE61D;
}
</style>
border-color css
<style>
span { border-color: #BFE61D; }
span { border-color: rgb(191,230,29); }
td.TdClassName
{
border-color: #BFE61D;
}
.TagClassName
{
border-color: #BFE61D;
}
</style>