Shades of Inch Worm #BFE600
Tints of Inch Worm #BFE600
RGB
CMYK
RGB Variations
Color information
#BFE600 (or 0xBFE600) is known color: Inch Worm. HEX triplet: BF, E6 and 00. RGB value is (191,230,0). Sum of RGB (Red+Green+Blue) = 191+230+0=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE600 is #4019FF. Grayscale: #C1C1C1. Windows color (decimal): -4200960 or 59071. OLE color: 59071.
HSL color Cylindrical-coordinate representation of color #BFE600: hue angle of 70.17º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFE600 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.10 |
| HSL | 70.17º | 1% | 0.45% | - |
| HSV(B) | 70.17º | 1% | 0.9% | - |
| XYZ | 49.78 | 67.67 | 10.44 | - |
| YUV | 192.12 | 19.58 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 0 | 0.17 | 0 | 1 | 0.10 | 70.17 | 1 | 0.45 |
| Hex | BF | E6 | 0 | 11 | 0 | 64 | A | 46 | 64 | 2D |
| Octal | 277 | 346 | 0 | 21 | 0 | 144 | 12 | 106 | 144 | 55 |
| Binary | 10111111 | 11100110 | 0 | 10001 | 0 | 1100100 | 1010 | 1000110 | 1100100 | 101101 |
Color Harmonies of #BFE600
Complementary color
Monochromatic Colors of #BFE600
Black with #BFE600
Text Example
Text Example
White with #BFE600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE600; }
p { color: rgb(191,230,0); }
H1.HeaderClassName
{
color: #BFE600;
}
.AnyTagClassName
{
color: #BFE600;
}
</style>
background-color css
<style>
a { background-color: #BFE600; }
a { background-color: rgb(191,230,0); }
div.DivClassName
{
background-color: #BFE600;
}
.BgClassName
{
background-color: #BFE600;
}
</style>
border-color css
<style>
span { border-color: #BFE600; }
span { border-color: rgb(191,230,0); }
td.TdClassName
{
border-color: #BFE600;
}
.TagClassName
{
border-color: #BFE600;
}
</style>