Shades of Conifer #BFE04E
Tints of Conifer #BFE04E
RGB
CMYK
RGB Variations
Color information
#BFE04E (or 0xBFE04E) is known color: Conifer. HEX triplet: BF, E0 and 4E. RGB value is (191,224,78). Sum of RGB (Red+Green+Blue) = 191+224+78=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE04E is #401FB1. Grayscale: #C6C6C6. Windows color (decimal): -4202418 or 5169343. OLE color: 5169343.
HSL color Cylindrical-coordinate representation of color #BFE04E: hue angle of 73.56º 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 #BFE04E is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 78 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.12 |
| HSL | 73.56º | 0.7% | 0.59% | - |
| HSV(B) | 73.56º | 0.65% | 0.88% | - |
| XYZ | 49.52 | 64.94 | 17.13 | - |
| YUV | 197.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 78 | 0.15 | 0 | 0.65 | 0.12 | 73.56 | 0.7 | 0.59 |
| Hex | BF | E0 | 4E | F | 0 | 41 | C | 4A | 46 | 3B |
| Octal | 277 | 340 | 116 | 17 | 0 | 101 | 14 | 112 | 106 | 73 |
| Binary | 10111111 | 11100000 | 1001110 | 1111 | 0 | 1000001 | 1100 | 1001010 | 1000110 | 111011 |
Color Harmonies of #BFE04E
Complementary color
Monochromatic Colors of #BFE04E
Black with #BFE04E
Text Example
Text Example
White with #BFE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE04E; }
p { color: rgb(191,224,78); }
H1.HeaderClassName
{
color: #BFE04E;
}
.AnyTagClassName
{
color: #BFE04E;
}
</style>
background-color css
<style>
a { background-color: #BFE04E; }
a { background-color: rgb(191,224,78); }
div.DivClassName
{
background-color: #BFE04E;
}
.BgClassName
{
background-color: #BFE04E;
}
</style>
border-color css
<style>
span { border-color: #BFE04E; }
span { border-color: rgb(191,224,78); }
td.TdClassName
{
border-color: #BFE04E;
}
.TagClassName
{
border-color: #BFE04E;
}
</style>