Shades of Conifer #BFEB5D
Tints of Conifer #BFEB5D
RGB
CMYK
RGB Variations
Color information
#BFEB5D (or 0xBFEB5D) is known color: Conifer. HEX triplet: BF, EB and 5D. RGB value is (191,235,93). Sum of RGB (Red+Green+Blue) = 191+235+93=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB5D is #4014A2. Grayscale: #CECECE. Windows color (decimal): -4199587 or 6155199. OLE color: 6155199.
HSL color Cylindrical-coordinate representation of color #BFEB5D: hue angle of 78.59º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFEB5D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 93 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.08 |
| HSL | 78.59º | 0.78% | 0.64% | - |
| HSV(B) | 78.59º | 0.6% | 0.92% | - |
| XYZ | 53.17 | 71.28 | 21.31 | - |
| YUV | 205.66 | 64.42 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 93 | 0.19 | 0 | 0.60 | 0.08 | 78.59 | 0.78 | 0.64 |
| Hex | BF | EB | 5D | 13 | 0 | 3C | 8 | 4F | 4E | 40 |
| Octal | 277 | 353 | 135 | 23 | 0 | 74 | 10 | 117 | 116 | 100 |
| Binary | 10111111 | 11101011 | 1011101 | 10011 | 0 | 111100 | 1000 | 1001111 | 1001110 | 1000000 |
Color Harmonies of #BFEB5D
Complementary color
Monochromatic Colors of #BFEB5D
Black with #BFEB5D
Text Example
Text Example
White with #BFEB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB5D; }
p { color: rgb(191,235,93); }
H1.HeaderClassName
{
color: #BFEB5D;
}
.AnyTagClassName
{
color: #BFEB5D;
}
</style>
background-color css
<style>
a { background-color: #BFEB5D; }
a { background-color: rgb(191,235,93); }
div.DivClassName
{
background-color: #BFEB5D;
}
.BgClassName
{
background-color: #BFEB5D;
}
</style>
border-color css
<style>
span { border-color: #BFEB5D; }
span { border-color: rgb(191,235,93); }
td.TdClassName
{
border-color: #BFEB5D;
}
.TagClassName
{
border-color: #BFEB5D;
}
</style>