Shades of Conifer #BFEA5C
Tints of Conifer #BFEA5C
RGB
CMYK
RGB Variations
Color information
#BFEA5C (or 0xBFEA5C) is known color: Conifer. HEX triplet: BF, EA and 5C. RGB value is (191,234,92). Sum of RGB (Red+Green+Blue) = 191+234+92=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA5C is #4015A3. Grayscale: #CDCDCD. Windows color (decimal): -4199844 or 6089407. OLE color: 6089407.
HSL color Cylindrical-coordinate representation of color #BFEA5C: hue angle of 78.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFEA5C is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 92 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.08 |
| HSL | 78.17º | 0.77% | 0.64% | - |
| HSV(B) | 78.17º | 0.61% | 0.92% | - |
| XYZ | 52.84 | 70.69 | 20.99 | - |
| YUV | 204.96 | 64.25 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 92 | 0.18 | 0 | 0.61 | 0.08 | 78.17 | 0.77 | 0.64 |
| Hex | BF | EA | 5C | 12 | 0 | 3D | 8 | 4E | 4D | 40 |
| Octal | 277 | 352 | 134 | 22 | 0 | 75 | 10 | 116 | 115 | 100 |
| Binary | 10111111 | 11101010 | 1011100 | 10010 | 0 | 111101 | 1000 | 1001110 | 1001101 | 1000000 |
Color Harmonies of #BFEA5C
Complementary color
Monochromatic Colors of #BFEA5C
Black with #BFEA5C
Text Example
Text Example
White with #BFEA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA5C; }
p { color: rgb(191,234,92); }
H1.HeaderClassName
{
color: #BFEA5C;
}
.AnyTagClassName
{
color: #BFEA5C;
}
</style>
background-color css
<style>
a { background-color: #BFEA5C; }
a { background-color: rgb(191,234,92); }
div.DivClassName
{
background-color: #BFEA5C;
}
.BgClassName
{
background-color: #BFEA5C;
}
</style>
border-color css
<style>
span { border-color: #BFEA5C; }
span { border-color: rgb(191,234,92); }
td.TdClassName
{
border-color: #BFEA5C;
}
.TagClassName
{
border-color: #BFEA5C;
}
</style>