Shades of Conifer #BFEC5D
Tints of Conifer #BFEC5D
RGB
CMYK
RGB Variations
Color information
#BFEC5D (or 0xBFEC5D) is known color: Conifer. HEX triplet: BF, EC and 5D. RGB value is (191,236,93). Sum of RGB (Red+Green+Blue) = 191+236+93=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC5D is #4013A2. Grayscale: #CECECE. Windows color (decimal): -4199331 or 6155455. OLE color: 6155455.
HSL color Cylindrical-coordinate representation of color #BFEC5D: hue angle of 78.88º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFEC5D is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 93 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.07 |
| HSL | 78.88º | 0.79% | 0.65% | - |
| HSV(B) | 78.88º | 0.61% | 0.93% | - |
| XYZ | 53.46 | 71.86 | 21.41 | - |
| YUV | 206.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 93 | 0.19 | 0 | 0.61 | 0.07 | 78.88 | 0.79 | 0.65 |
| Hex | BF | EC | 5D | 13 | 0 | 3D | 7 | 4F | 4F | 41 |
| Octal | 277 | 354 | 135 | 23 | 0 | 75 | 7 | 117 | 117 | 101 |
| Binary | 10111111 | 11101100 | 1011101 | 10011 | 0 | 111101 | 111 | 1001111 | 1001111 | 1000001 |
Color Harmonies of #BFEC5D
Complementary color
Monochromatic Colors of #BFEC5D
Black with #BFEC5D
Text Example
Text Example
White with #BFEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC5D; }
p { color: rgb(191,236,93); }
H1.HeaderClassName
{
color: #BFEC5D;
}
.AnyTagClassName
{
color: #BFEC5D;
}
</style>
background-color css
<style>
a { background-color: #BFEC5D; }
a { background-color: rgb(191,236,93); }
div.DivClassName
{
background-color: #BFEC5D;
}
.BgClassName
{
background-color: #BFEC5D;
}
</style>
border-color css
<style>
span { border-color: #BFEC5D; }
span { border-color: rgb(191,236,93); }
td.TdClassName
{
border-color: #BFEC5D;
}
.TagClassName
{
border-color: #BFEC5D;
}
</style>