Shades of Conifer #BFEC5C
Tints of Conifer #BFEC5C
RGB
CMYK
RGB Variations
Color information
#BFEC5C (or 0xBFEC5C) is known color: Conifer. HEX triplet: BF, EC and 5C. RGB value is (191,236,92). Sum of RGB (Red+Green+Blue) = 191+236+92=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC5C is #4013A3. Grayscale: #CECECE. Windows color (decimal): -4199332 or 6089919. OLE color: 6089919.
HSL color Cylindrical-coordinate representation of color #BFEC5C: hue angle of 78.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFEC5C is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 92 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.07 |
| HSL | 78.75º | 0.79% | 0.64% | - |
| HSV(B) | 78.75º | 0.61% | 0.93% | - |
| XYZ | 53.41 | 71.84 | 21.18 | - |
| YUV | 206.13 | 63.59 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 92 | 0.19 | 0 | 0.61 | 0.07 | 78.75 | 0.79 | 0.64 |
| Hex | BF | EC | 5C | 13 | 0 | 3D | 7 | 4F | 4F | 40 |
| Octal | 277 | 354 | 134 | 23 | 0 | 75 | 7 | 117 | 117 | 100 |
| Binary | 10111111 | 11101100 | 1011100 | 10011 | 0 | 111101 | 111 | 1001111 | 1001111 | 1000000 |
Color Harmonies of #BFEC5C
Complementary color
Monochromatic Colors of #BFEC5C
Black with #BFEC5C
Text Example
Text Example
White with #BFEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC5C; }
p { color: rgb(191,236,92); }
H1.HeaderClassName
{
color: #BFEC5C;
}
.AnyTagClassName
{
color: #BFEC5C;
}
</style>
background-color css
<style>
a { background-color: #BFEC5C; }
a { background-color: rgb(191,236,92); }
div.DivClassName
{
background-color: #BFEC5C;
}
.BgClassName
{
background-color: #BFEC5C;
}
</style>
border-color css
<style>
span { border-color: #BFEC5C; }
span { border-color: rgb(191,236,92); }
td.TdClassName
{
border-color: #BFEC5C;
}
.TagClassName
{
border-color: #BFEC5C;
}
</style>