Shades of Conifer #BFF04F
Tints of Conifer #BFF04F
RGB
CMYK
RGB Variations
Color information
#BFF04F (or 0xBFF04F) is known color: Conifer. HEX triplet: BF, F0 and 4F. RGB value is (191,240,79). Sum of RGB (Red+Green+Blue) = 191+240+79=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF04F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF04F is #400FB0. Grayscale: #CFCFCF. Windows color (decimal): -4198321 or 5238975. OLE color: 5238975.
HSL color Cylindrical-coordinate representation of color #BFF04F: hue angle of 78.26º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFF04F is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 79 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.06 |
| HSL | 78.26º | 0.84% | 0.63% | - |
| HSV(B) | 78.26º | 0.67% | 0.94% | - |
| XYZ | 54.06 | 73.96 | 18.82 | - |
| YUV | 207 | 55.77 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 79 | 0.20 | 0 | 0.67 | 0.06 | 78.26 | 0.84 | 0.63 |
| Hex | BF | F0 | 4F | 14 | 0 | 43 | 6 | 4E | 54 | 3F |
| Octal | 277 | 360 | 117 | 24 | 0 | 103 | 6 | 116 | 124 | 77 |
| Binary | 10111111 | 11110000 | 1001111 | 10100 | 0 | 1000011 | 110 | 1001110 | 1010100 | 111111 |
Color Harmonies of #BFF04F
Complementary color
Monochromatic Colors of #BFF04F
Black with #BFF04F
Text Example
Text Example
White with #BFF04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF04F; }
p { color: rgb(191,240,79); }
H1.HeaderClassName
{
color: #BFF04F;
}
.AnyTagClassName
{
color: #BFF04F;
}
</style>
background-color css
<style>
a { background-color: #BFF04F; }
a { background-color: rgb(191,240,79); }
div.DivClassName
{
background-color: #BFF04F;
}
.BgClassName
{
background-color: #BFF04F;
}
</style>
border-color css
<style>
span { border-color: #BFF04F; }
span { border-color: rgb(191,240,79); }
td.TdClassName
{
border-color: #BFF04F;
}
.TagClassName
{
border-color: #BFF04F;
}
</style>