Shades of Conifer #BFE74E
Tints of Conifer #BFE74E
RGB
CMYK
RGB Variations
Color information
#BFE74E (or 0xBFE74E) is known color: Conifer. HEX triplet: BF, E7 and 4E. RGB value is (191,231,78). Sum of RGB (Red+Green+Blue) = 191+231+78=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE74E is #4018B1. Grayscale: #CACACA. Windows color (decimal): -4200626 or 5171135. OLE color: 5171135.
HSL color Cylindrical-coordinate representation of color #BFE74E: hue angle of 75.69º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFE74E is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 78 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.09 |
| HSL | 75.69º | 0.76% | 0.61% | - |
| HSV(B) | 75.69º | 0.66% | 0.91% | - |
| XYZ | 51.44 | 68.78 | 17.77 | - |
| YUV | 201.6 | 58.25 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 78 | 0.17 | 0 | 0.66 | 0.09 | 75.69 | 0.76 | 0.61 |
| Hex | BF | E7 | 4E | 11 | 0 | 42 | 9 | 4C | 4C | 3D |
| Octal | 277 | 347 | 116 | 21 | 0 | 102 | 11 | 114 | 114 | 75 |
| Binary | 10111111 | 11100111 | 1001110 | 10001 | 0 | 1000010 | 1001 | 1001100 | 1001100 | 111101 |
Color Harmonies of #BFE74E
Complementary color
Monochromatic Colors of #BFE74E
Black with #BFE74E
Text Example
Text Example
White with #BFE74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE74E; }
p { color: rgb(191,231,78); }
H1.HeaderClassName
{
color: #BFE74E;
}
.AnyTagClassName
{
color: #BFE74E;
}
</style>
background-color css
<style>
a { background-color: #BFE74E; }
a { background-color: rgb(191,231,78); }
div.DivClassName
{
background-color: #BFE74E;
}
.BgClassName
{
background-color: #BFE74E;
}
</style>
border-color css
<style>
span { border-color: #BFE74E; }
span { border-color: rgb(191,231,78); }
td.TdClassName
{
border-color: #BFE74E;
}
.TagClassName
{
border-color: #BFE74E;
}
</style>