Shades of Inch Worm #BFE619
Tints of Inch Worm #BFE619
RGB
CMYK
RGB Variations
Color information
#BFE619 (or 0xBFE619) is known color: Inch Worm. HEX triplet: BF, E6 and 19. RGB value is (191,230,25). Sum of RGB (Red+Green+Blue) = 191+230+25=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE619 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE619 is #4019E6. Grayscale: #C3C3C3. Windows color (decimal): -4200935 or 1697471. OLE color: 1697471.
HSL color Cylindrical-coordinate representation of color #BFE619: hue angle of 71.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFE619 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 25 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.10 |
| HSL | 71.41º | 0.8% | 0.5% | - |
| HSV(B) | 71.41º | 0.89% | 0.9% | - |
| XYZ | 49.96 | 67.74 | 11.36 | - |
| YUV | 194.97 | 32.08 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 25 | 0.17 | 0 | 0.89 | 0.10 | 71.41 | 0.8 | 0.5 |
| Hex | BF | E6 | 19 | 11 | 0 | 59 | A | 47 | 50 | 32 |
| Octal | 277 | 346 | 31 | 21 | 0 | 131 | 12 | 107 | 120 | 62 |
| Binary | 10111111 | 11100110 | 11001 | 10001 | 0 | 1011001 | 1010 | 1000111 | 1010000 | 110010 |
Color Harmonies of #BFE619
Complementary color
Monochromatic Colors of #BFE619
Black with #BFE619
Text Example
Text Example
White with #BFE619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE619; }
p { color: rgb(191,230,25); }
H1.HeaderClassName
{
color: #BFE619;
}
.AnyTagClassName
{
color: #BFE619;
}
</style>
background-color css
<style>
a { background-color: #BFE619; }
a { background-color: rgb(191,230,25); }
div.DivClassName
{
background-color: #BFE619;
}
.BgClassName
{
background-color: #BFE619;
}
</style>
border-color css
<style>
span { border-color: #BFE619; }
span { border-color: rgb(191,230,25); }
td.TdClassName
{
border-color: #BFE619;
}
.TagClassName
{
border-color: #BFE619;
}
</style>