Shades of Inch Worm #BFE703
Tints of Inch Worm #BFE703
RGB
CMYK
RGB Variations
Color information
#BFE703 (or 0xBFE703) is known color: Inch Worm. HEX triplet: BF, E7 and 03. RGB value is (191,231,3). Sum of RGB (Red+Green+Blue) = 191+231+3=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 231 (90.62% from 255 or 54.35% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE703 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE703 is #4018FC. Grayscale: #C1C1C1. Windows color (decimal): -4200701 or 255935. OLE color: 255935.
HSL color Cylindrical-coordinate representation of color #BFE703: hue angle of 70.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFE703 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.09 |
| HSL | 70.53º | 0.97% | 0.46% | - |
| HSV(B) | 70.53º | 0.99% | 0.91% | - |
| XYZ | 50.08 | 68.23 | 10.62 | - |
| YUV | 193.05 | 20.75 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 3 | 0.17 | 0 | 0.99 | 0.09 | 70.53 | 0.97 | 0.46 |
| Hex | BF | E7 | 3 | 11 | 0 | 63 | 9 | 47 | 61 | 2E |
| Octal | 277 | 347 | 3 | 21 | 0 | 143 | 11 | 107 | 141 | 56 |
| Binary | 10111111 | 11100111 | 11 | 10001 | 0 | 1100011 | 1001 | 1000111 | 1100001 | 101110 |
Color Harmonies of #BFE703
Complementary color
Monochromatic Colors of #BFE703
Black with #BFE703
Text Example
Text Example
White with #BFE703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE703; }
p { color: rgb(191,231,3); }
H1.HeaderClassName
{
color: #BFE703;
}
.AnyTagClassName
{
color: #BFE703;
}
</style>
background-color css
<style>
a { background-color: #BFE703; }
a { background-color: rgb(191,231,3); }
div.DivClassName
{
background-color: #BFE703;
}
.BgClassName
{
background-color: #BFE703;
}
</style>
border-color css
<style>
span { border-color: #BFE703; }
span { border-color: rgb(191,231,3); }
td.TdClassName
{
border-color: #BFE703;
}
.TagClassName
{
border-color: #BFE703;
}
</style>