Shades of Conifer #BFE04F
Tints of Conifer #BFE04F
RGB
CMYK
RGB Variations
Color information
#BFE04F (or 0xBFE04F) is known color: Conifer. HEX triplet: BF, E0 and 4F. RGB value is (191,224,79). Sum of RGB (Red+Green+Blue) = 191+224+79=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE04F is #401FB0. Grayscale: #C6C6C6. Windows color (decimal): -4202417 or 5234879. OLE color: 5234879.
HSL color Cylindrical-coordinate representation of color #BFE04F: hue angle of 73.66º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFE04F is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 79 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.12 |
| HSL | 73.66º | 0.7% | 0.59% | - |
| HSV(B) | 73.66º | 0.65% | 0.88% | - |
| XYZ | 49.55 | 64.95 | 17.32 | - |
| YUV | 197.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 79 | 0.15 | 0 | 0.65 | 0.12 | 73.66 | 0.7 | 0.59 |
| Hex | BF | E0 | 4F | F | 0 | 41 | C | 4A | 46 | 3B |
| Octal | 277 | 340 | 117 | 17 | 0 | 101 | 14 | 112 | 106 | 73 |
| Binary | 10111111 | 11100000 | 1001111 | 1111 | 0 | 1000001 | 1100 | 1001010 | 1000110 | 111011 |
Color Harmonies of #BFE04F
Complementary color
Monochromatic Colors of #BFE04F
Black with #BFE04F
Text Example
Text Example
White with #BFE04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE04F; }
p { color: rgb(191,224,79); }
H1.HeaderClassName
{
color: #BFE04F;
}
.AnyTagClassName
{
color: #BFE04F;
}
</style>
background-color css
<style>
a { background-color: #BFE04F; }
a { background-color: rgb(191,224,79); }
div.DivClassName
{
background-color: #BFE04F;
}
.BgClassName
{
background-color: #BFE04F;
}
</style>
border-color css
<style>
span { border-color: #BFE04F; }
span { border-color: rgb(191,224,79); }
td.TdClassName
{
border-color: #BFE04F;
}
.TagClassName
{
border-color: #BFE04F;
}
</style>