Shades of Conifer #BFEF4E
Tints of Conifer #BFEF4E
RGB
CMYK
RGB Variations
Color information
#BFEF4E (or 0xBFEF4E) is known color: Conifer. HEX triplet: BF, EF and 4E. RGB value is (191,239,78). Sum of RGB (Red+Green+Blue) = 191+239+78=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #BFEF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEF4E is #4010B1. Grayscale: #CECECE. Windows color (decimal): -4198578 or 5173183. OLE color: 5173183.
HSL color Cylindrical-coordinate representation of color #BFEF4E: hue angle of 77.89º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFEF4E is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 239 | 78 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.06 |
| HSL | 77.89º | 0.83% | 0.62% | - |
| HSV(B) | 77.89º | 0.67% | 0.94% | - |
| XYZ | 53.73 | 73.36 | 18.54 | - |
| YUV | 206.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 239 | 78 | 0.20 | 0 | 0.67 | 0.06 | 77.89 | 0.83 | 0.62 |
| Hex | BF | EF | 4E | 14 | 0 | 43 | 6 | 4E | 53 | 3E |
| Octal | 277 | 357 | 116 | 24 | 0 | 103 | 6 | 116 | 123 | 76 |
| Binary | 10111111 | 11101111 | 1001110 | 10100 | 0 | 1000011 | 110 | 1001110 | 1010011 | 111110 |
Color Harmonies of #BFEF4E
Complementary color
Monochromatic Colors of #BFEF4E
Black with #BFEF4E
Text Example
Text Example
White with #BFEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEF4E; }
p { color: rgb(191,239,78); }
H1.HeaderClassName
{
color: #BFEF4E;
}
.AnyTagClassName
{
color: #BFEF4E;
}
</style>
background-color css
<style>
a { background-color: #BFEF4E; }
a { background-color: rgb(191,239,78); }
div.DivClassName
{
background-color: #BFEF4E;
}
.BgClassName
{
background-color: #BFEF4E;
}
</style>
border-color css
<style>
span { border-color: #BFEF4E; }
span { border-color: rgb(191,239,78); }
td.TdClassName
{
border-color: #BFEF4E;
}
.TagClassName
{
border-color: #BFEF4E;
}
</style>