Shades of Inch Worm #BFE714
Tints of Inch Worm #BFE714
RGB
CMYK
RGB Variations
Color information
#BFE714 (or 0xBFE714) is known color: Inch Worm. HEX triplet: BF, E7 and 14. RGB value is (191,231,20). Sum of RGB (Red+Green+Blue) = 191+231+20=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE714 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BFE714 is #4018EB. Grayscale: #C3C3C3. Windows color (decimal): -4200684 or 1370047. OLE color: 1370047.
HSL color Cylindrical-coordinate representation of color #BFE714: hue angle of 71.37º degrees, saturation: 0.84, 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 #BFE714 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 20 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.09 |
| HSL | 71.37º | 0.84% | 0.49% | - |
| HSV(B) | 71.37º | 0.91% | 0.91% | - |
| XYZ | 50.19 | 68.28 | 11.2 | - |
| YUV | 194.99 | 29.25 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 20 | 0.17 | 0 | 0.91 | 0.09 | 71.37 | 0.84 | 0.49 |
| Hex | BF | E7 | 14 | 11 | 0 | 5B | 9 | 47 | 54 | 31 |
| Octal | 277 | 347 | 24 | 21 | 0 | 133 | 11 | 107 | 124 | 61 |
| Binary | 10111111 | 11100111 | 10100 | 10001 | 0 | 1011011 | 1001 | 1000111 | 1010100 | 110001 |
Color Harmonies of #BFE714
Complementary color
Monochromatic Colors of #BFE714
Black with #BFE714
Text Example
Text Example
White with #BFE714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE714; }
p { color: rgb(191,231,20); }
H1.HeaderClassName
{
color: #BFE714;
}
.AnyTagClassName
{
color: #BFE714;
}
</style>
background-color css
<style>
a { background-color: #BFE714; }
a { background-color: rgb(191,231,20); }
div.DivClassName
{
background-color: #BFE714;
}
.BgClassName
{
background-color: #BFE714;
}
</style>
border-color css
<style>
span { border-color: #BFE714; }
span { border-color: rgb(191,231,20); }
td.TdClassName
{
border-color: #BFE714;
}
.TagClassName
{
border-color: #BFE714;
}
</style>