Shades of Conifer #BFEB60
Tints of Conifer #BFEB60
RGB
CMYK
RGB Variations
Color information
#BFEB60 (or 0xBFEB60) is known color: Conifer. HEX triplet: BF, EB and 60. RGB value is (191,235,96). Sum of RGB (Red+Green+Blue) = 191+235+96=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB60 is #40149F. Grayscale: #CECECE. Windows color (decimal): -4199584 or 6351807. OLE color: 6351807.
HSL color Cylindrical-coordinate representation of color #BFEB60: hue angle of 78.99º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFEB60 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 96 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.08 |
| HSL | 78.99º | 0.78% | 0.65% | - |
| HSV(B) | 78.99º | 0.59% | 0.92% | - |
| XYZ | 53.31 | 71.34 | 22.03 | - |
| YUV | 206 | 65.92 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 96 | 0.19 | 0 | 0.59 | 0.08 | 78.99 | 0.78 | 0.65 |
| Hex | BF | EB | 60 | 13 | 0 | 3B | 8 | 4F | 4E | 41 |
| Octal | 277 | 353 | 140 | 23 | 0 | 73 | 10 | 117 | 116 | 101 |
| Binary | 10111111 | 11101011 | 1100000 | 10011 | 0 | 111011 | 1000 | 1001111 | 1001110 | 1000001 |
Color Harmonies of #BFEB60
Complementary color
Monochromatic Colors of #BFEB60
Black with #BFEB60
Text Example
Text Example
White with #BFEB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB60; }
p { color: rgb(191,235,96); }
H1.HeaderClassName
{
color: #BFEB60;
}
.AnyTagClassName
{
color: #BFEB60;
}
</style>
background-color css
<style>
a { background-color: #BFEB60; }
a { background-color: rgb(191,235,96); }
div.DivClassName
{
background-color: #BFEB60;
}
.BgClassName
{
background-color: #BFEB60;
}
</style>
border-color css
<style>
span { border-color: #BFEB60; }
span { border-color: rgb(191,235,96); }
td.TdClassName
{
border-color: #BFEB60;
}
.TagClassName
{
border-color: #BFEB60;
}
</style>