Shades of Conifer #BFE14F
Tints of Conifer #BFE14F
RGB
CMYK
RGB Variations
Color information
#BFE14F (or 0xBFE14F) is known color: Conifer. HEX triplet: BF, E1 and 4F. RGB value is (191,225,79). Sum of RGB (Red+Green+Blue) = 191+225+79=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE14F is #401EB0. Grayscale: #C6C6C6. Windows color (decimal): -4202161 or 5235135. OLE color: 5235135.
HSL color Cylindrical-coordinate representation of color #BFE14F: hue angle of 73.97º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFE14F is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 79 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.12 |
| HSL | 73.97º | 0.71% | 0.6% | - |
| HSV(B) | 73.97º | 0.65% | 0.88% | - |
| XYZ | 49.82 | 65.49 | 17.41 | - |
| YUV | 198.19 | 60.74 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 79 | 0.15 | 0 | 0.65 | 0.12 | 73.97 | 0.71 | 0.6 |
| Hex | BF | E1 | 4F | F | 0 | 41 | C | 4A | 47 | 3C |
| Octal | 277 | 341 | 117 | 17 | 0 | 101 | 14 | 112 | 107 | 74 |
| Binary | 10111111 | 11100001 | 1001111 | 1111 | 0 | 1000001 | 1100 | 1001010 | 1000111 | 111100 |
Color Harmonies of #BFE14F
Complementary color
Monochromatic Colors of #BFE14F
Black with #BFE14F
Text Example
Text Example
White with #BFE14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE14F; }
p { color: rgb(191,225,79); }
H1.HeaderClassName
{
color: #BFE14F;
}
.AnyTagClassName
{
color: #BFE14F;
}
</style>
background-color css
<style>
a { background-color: #BFE14F; }
a { background-color: rgb(191,225,79); }
div.DivClassName
{
background-color: #BFE14F;
}
.BgClassName
{
background-color: #BFE14F;
}
</style>
border-color css
<style>
span { border-color: #BFE14F; }
span { border-color: rgb(191,225,79); }
td.TdClassName
{
border-color: #BFE14F;
}
.TagClassName
{
border-color: #BFE14F;
}
</style>