Shades of Conifer #BFEA65
Tints of Conifer #BFEA65
RGB
CMYK
RGB Variations
Color information
#BFEA65 (or 0xBFEA65) is known color: Conifer. HEX triplet: BF, EA and 65. RGB value is (191,234,101). Sum of RGB (Red+Green+Blue) = 191+234+101=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA65 is #40159A. Grayscale: #CECECE. Windows color (decimal): -4199835 or 6679231. OLE color: 6679231.
HSL color Cylindrical-coordinate representation of color #BFEA65: hue angle of 79.4º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFEA65 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 234 | 101 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.08 |
| HSL | 79.4º | 0.76% | 0.66% | - |
| HSV(B) | 79.4º | 0.57% | 0.92% | - |
| XYZ | 53.26 | 70.86 | 23.18 | - |
| YUV | 205.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 234 | 101 | 0.18 | 0 | 0.57 | 0.08 | 79.4 | 0.76 | 0.66 |
| Hex | BF | EA | 65 | 12 | 0 | 39 | 8 | 4F | 4C | 42 |
| Octal | 277 | 352 | 145 | 22 | 0 | 71 | 10 | 117 | 114 | 102 |
| Binary | 10111111 | 11101010 | 1100101 | 10010 | 0 | 111001 | 1000 | 1001111 | 1001100 | 1000010 |
Color Harmonies of #BFEA65
Complementary color
Monochromatic Colors of #BFEA65
Black with #BFEA65
Text Example
Text Example
White with #BFEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEA65; }
p { color: rgb(191,234,101); }
H1.HeaderClassName
{
color: #BFEA65;
}
.AnyTagClassName
{
color: #BFEA65;
}
</style>
background-color css
<style>
a { background-color: #BFEA65; }
a { background-color: rgb(191,234,101); }
div.DivClassName
{
background-color: #BFEA65;
}
.BgClassName
{
background-color: #BFEA65;
}
</style>
border-color css
<style>
span { border-color: #BFEA65; }
span { border-color: rgb(191,234,101); }
td.TdClassName
{
border-color: #BFEA65;
}
.TagClassName
{
border-color: #BFEA65;
}
</style>