Shades of Inch Worm #BFE31C
Tints of Inch Worm #BFE31C
RGB
CMYK
RGB Variations
Color information
#BFE31C (or 0xBFE31C) is known color: Inch Worm. HEX triplet: BF, E3 and 1C. RGB value is (191,227,28). Sum of RGB (Red+Green+Blue) = 191+227+28=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE31C is #401CE3. Grayscale: #C2C2C2. Windows color (decimal): -4201700 or 1893311. OLE color: 1893311.
HSL color Cylindrical-coordinate representation of color #BFE31C: hue angle of 70.85º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BFE31C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 28 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.11 |
| HSL | 70.85º | 0.78% | 0.5% | - |
| HSV(B) | 70.85º | 0.88% | 0.89% | - |
| XYZ | 49.16 | 66.1 | 11.27 | - |
| YUV | 193.55 | 34.57 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 28 | 0.16 | 0 | 0.88 | 0.11 | 70.85 | 0.78 | 0.5 |
| Hex | BF | E3 | 1C | 10 | 0 | 58 | B | 47 | 4E | 32 |
| Octal | 277 | 343 | 34 | 20 | 0 | 130 | 13 | 107 | 116 | 62 |
| Binary | 10111111 | 11100011 | 11100 | 10000 | 0 | 1011000 | 1011 | 1000111 | 1001110 | 110010 |
Color Harmonies of #BFE31C
Complementary color
Monochromatic Colors of #BFE31C
Black with #BFE31C
Text Example
Text Example
White with #BFE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE31C; }
p { color: rgb(191,227,28); }
H1.HeaderClassName
{
color: #BFE31C;
}
.AnyTagClassName
{
color: #BFE31C;
}
</style>
background-color css
<style>
a { background-color: #BFE31C; }
a { background-color: rgb(191,227,28); }
div.DivClassName
{
background-color: #BFE31C;
}
.BgClassName
{
background-color: #BFE31C;
}
</style>
border-color css
<style>
span { border-color: #BFE31C; }
span { border-color: rgb(191,227,28); }
td.TdClassName
{
border-color: #BFE31C;
}
.TagClassName
{
border-color: #BFE31C;
}
</style>