Shades of Inch Worm #BFD80F
Tints of Inch Worm #BFD80F
RGB
CMYK
RGB Variations
Color information
#BFD80F (or 0xBFD80F) is known color: Inch Worm. HEX triplet: BF, D8 and 0F. RGB value is (191,216,15). Sum of RGB (Red+Green+Blue) = 191+216+15=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD80F is #4027F0. Grayscale: #BABABA. Windows color (decimal): -4204529 or 1038527. OLE color: 1038527.
HSL color Cylindrical-coordinate representation of color #BFD80F: hue angle of 67.46º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFD80F is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 15 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.15 |
| HSL | 67.46º | 0.87% | 0.45% | - |
| HSV(B) | 67.46º | 0.93% | 0.85% | - |
| XYZ | 46.13 | 60.22 | 9.64 | - |
| YUV | 185.61 | 31.72 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 15 | 0.12 | 0 | 0.93 | 0.15 | 67.46 | 0.87 | 0.45 |
| Hex | BF | D8 | F | C | 0 | 5D | F | 43 | 57 | 2D |
| Octal | 277 | 330 | 17 | 14 | 0 | 135 | 17 | 103 | 127 | 55 |
| Binary | 10111111 | 11011000 | 1111 | 1100 | 0 | 1011101 | 1111 | 1000011 | 1010111 | 101101 |
Color Harmonies of #BFD80F
Complementary color
Monochromatic Colors of #BFD80F
Black with #BFD80F
Text Example
Text Example
White with #BFD80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD80F; }
p { color: rgb(191,216,15); }
H1.HeaderClassName
{
color: #BFD80F;
}
.AnyTagClassName
{
color: #BFD80F;
}
</style>
background-color css
<style>
a { background-color: #BFD80F; }
a { background-color: rgb(191,216,15); }
div.DivClassName
{
background-color: #BFD80F;
}
.BgClassName
{
background-color: #BFD80F;
}
</style>
border-color css
<style>
span { border-color: #BFD80F; }
span { border-color: rgb(191,216,15); }
td.TdClassName
{
border-color: #BFD80F;
}
.TagClassName
{
border-color: #BFD80F;
}
</style>