Shades of Inch Worm #BFE715
Tints of Inch Worm #BFE715
RGB
CMYK
RGB Variations
Color information
#BFE715 (or 0xBFE715) is known color: Inch Worm. HEX triplet: BF, E7 and 15. RGB value is (191,231,21). Sum of RGB (Red+Green+Blue) = 191+231+21=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 231 (90.62% from 255 or 52.14% from 443); Blue value is 21 (8.59% from 255 or 4.74% from 443); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE715 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE715 is #4018EA. Grayscale: #C3C3C3. Windows color (decimal): -4200683 or 1435583. OLE color: 1435583.
HSL color Cylindrical-coordinate representation of color #BFE715: hue angle of 71.43º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFE715 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 21 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.09 |
| HSL | 71.43º | 0.83% | 0.49% | - |
| HSV(B) | 71.43º | 0.91% | 0.91% | - |
| XYZ | 50.2 | 68.28 | 11.24 | - |
| YUV | 195.1 | 29.75 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 21 | 0.17 | 0 | 0.91 | 0.09 | 71.43 | 0.83 | 0.49 |
| Hex | BF | E7 | 15 | 11 | 0 | 5B | 9 | 47 | 53 | 31 |
| Octal | 277 | 347 | 25 | 21 | 0 | 133 | 11 | 107 | 123 | 61 |
| Binary | 10111111 | 11100111 | 10101 | 10001 | 0 | 1011011 | 1001 | 1000111 | 1010011 | 110001 |
Color Harmonies of #BFE715
Complementary color
Monochromatic Colors of #BFE715
Black with #BFE715
Text Example
Text Example
White with #BFE715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE715; }
p { color: rgb(191,231,21); }
H1.HeaderClassName
{
color: #BFE715;
}
.AnyTagClassName
{
color: #BFE715;
}
</style>
background-color css
<style>
a { background-color: #BFE715; }
a { background-color: rgb(191,231,21); }
div.DivClassName
{
background-color: #BFE715;
}
.BgClassName
{
background-color: #BFE715;
}
</style>
border-color css
<style>
span { border-color: #BFE715; }
span { border-color: rgb(191,231,21); }
td.TdClassName
{
border-color: #BFE715;
}
.TagClassName
{
border-color: #BFE715;
}
</style>