Shades of Inch Worm #BFE718
Tints of Inch Worm #BFE718
RGB
CMYK
RGB Variations
Color information
#BFE718 (or 0xBFE718) is known color: Inch Worm. HEX triplet: BF, E7 and 18. RGB value is (191,231,24). Sum of RGB (Red+Green+Blue) = 191+231+24=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 24 (9.77% from 255 or 5.38% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE718 is #4018E7. Grayscale: #C4C4C4. Windows color (decimal): -4200680 or 1632191. OLE color: 1632191.
HSL color Cylindrical-coordinate representation of color #BFE718: hue angle of 71.59º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFE718 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.09 |
| HSL | 71.59º | 0.81% | 0.5% | - |
| HSV(B) | 71.59º | 0.9% | 0.91% | - |
| XYZ | 50.23 | 68.29 | 11.4 | - |
| YUV | 195.44 | 31.25 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 24 | 0.17 | 0 | 0.90 | 0.09 | 71.59 | 0.81 | 0.5 |
| Hex | BF | E7 | 18 | 11 | 0 | 5A | 9 | 48 | 51 | 32 |
| Octal | 277 | 347 | 30 | 21 | 0 | 132 | 11 | 110 | 121 | 62 |
| Binary | 10111111 | 11100111 | 11000 | 10001 | 0 | 1011010 | 1001 | 1001000 | 1010001 | 110010 |
Color Harmonies of #BFE718
Complementary color
Monochromatic Colors of #BFE718
Black with #BFE718
Text Example
Text Example
White with #BFE718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE718; }
p { color: rgb(191,231,24); }
H1.HeaderClassName
{
color: #BFE718;
}
.AnyTagClassName
{
color: #BFE718;
}
</style>
background-color css
<style>
a { background-color: #BFE718; }
a { background-color: rgb(191,231,24); }
div.DivClassName
{
background-color: #BFE718;
}
.BgClassName
{
background-color: #BFE718;
}
</style>
border-color css
<style>
span { border-color: #BFE718; }
span { border-color: rgb(191,231,24); }
td.TdClassName
{
border-color: #BFE718;
}
.TagClassName
{
border-color: #BFE718;
}
</style>