Shades of Conifer #BFEA56
Tints of Conifer #BFEA56
RGB
CMYK
RGB Variations
Color information
#BFEA56 (or 0xBFEA56) is known color: Conifer. HEX triplet: BF, EA and 56. RGB value is (191,234,86). Sum of RGB (Red+Green+Blue) = 191+234+86=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA56 is #4015A9. Grayscale: #CCCCCC. Windows color (decimal): -4199850 or 5696191. OLE color: 5696191.
HSL color Cylindrical-coordinate representation of color #BFEA56: hue angle of 77.43º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFEA56 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 86 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.08 |
| HSL | 77.43º | 0.78% | 0.63% | - |
| HSV(B) | 77.43º | 0.63% | 0.92% | - |
| XYZ | 52.59 | 70.59 | 19.66 | - |
| YUV | 204.27 | 61.25 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 86 | 0.18 | 0 | 0.63 | 0.08 | 77.43 | 0.78 | 0.63 |
| Hex | BF | EA | 56 | 12 | 0 | 3F | 8 | 4D | 4E | 3F |
| Octal | 277 | 352 | 126 | 22 | 0 | 77 | 10 | 115 | 116 | 77 |
| Binary | 10111111 | 11101010 | 1010110 | 10010 | 0 | 111111 | 1000 | 1001101 | 1001110 | 111111 |
Color Harmonies of #BFEA56
Complementary color
Monochromatic Colors of #BFEA56
Black with #BFEA56
Text Example
Text Example
White with #BFEA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA56; }
p { color: rgb(191,234,86); }
H1.HeaderClassName
{
color: #BFEA56;
}
.AnyTagClassName
{
color: #BFEA56;
}
</style>
background-color css
<style>
a { background-color: #BFEA56; }
a { background-color: rgb(191,234,86); }
div.DivClassName
{
background-color: #BFEA56;
}
.BgClassName
{
background-color: #BFEA56;
}
</style>
border-color css
<style>
span { border-color: #BFEA56; }
span { border-color: rgb(191,234,86); }
td.TdClassName
{
border-color: #BFEA56;
}
.TagClassName
{
border-color: #BFEA56;
}
</style>