Shades of Inch Worm #BFE608
Tints of Inch Worm #BFE608
RGB
CMYK
RGB Variations
Color information
#BFE608 (or 0xBFE608) is known color: Inch Worm. HEX triplet: BF, E6 and 08. RGB value is (191,230,8). Sum of RGB (Red+Green+Blue) = 191+230+8=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 230 (90.23% from 255 or 53.61% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE608 is #4019F7. Grayscale: #C1C1C1. Windows color (decimal): -4200952 or 583359. OLE color: 583359.
HSL color Cylindrical-coordinate representation of color #BFE608: hue angle of 70.54º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFE608 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 8 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.10 |
| HSL | 70.54º | 0.93% | 0.47% | - |
| HSV(B) | 70.54º | 0.97% | 0.9% | - |
| XYZ | 49.83 | 67.69 | 10.67 | - |
| YUV | 193.03 | 23.58 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 8 | 0.17 | 0 | 0.97 | 0.10 | 70.54 | 0.93 | 0.47 |
| Hex | BF | E6 | 8 | 11 | 0 | 61 | A | 47 | 5D | 2F |
| Octal | 277 | 346 | 10 | 21 | 0 | 141 | 12 | 107 | 135 | 57 |
| Binary | 10111111 | 11100110 | 1000 | 10001 | 0 | 1100001 | 1010 | 1000111 | 1011101 | 101111 |
Color Harmonies of #BFE608
Complementary color
Monochromatic Colors of #BFE608
Black with #BFE608
Text Example
Text Example
White with #BFE608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE608; }
p { color: rgb(191,230,8); }
H1.HeaderClassName
{
color: #BFE608;
}
.AnyTagClassName
{
color: #BFE608;
}
</style>
background-color css
<style>
a { background-color: #BFE608; }
a { background-color: rgb(191,230,8); }
div.DivClassName
{
background-color: #BFE608;
}
.BgClassName
{
background-color: #BFE608;
}
</style>
border-color css
<style>
span { border-color: #BFE608; }
span { border-color: rgb(191,230,8); }
td.TdClassName
{
border-color: #BFE608;
}
.TagClassName
{
border-color: #BFE608;
}
</style>