Shades of Conifer #BFE65C
Tints of Conifer #BFE65C
RGB
CMYK
RGB Variations
Color information
#BFE65C (or 0xBFE65C) is known color: Conifer. HEX triplet: BF, E6 and 5C. RGB value is (191,230,92). Sum of RGB (Red+Green+Blue) = 191+230+92=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE65C is #4019A3. Grayscale: #CBCBCB. Windows color (decimal): -4200868 or 6088383. OLE color: 6088383.
HSL color Cylindrical-coordinate representation of color #BFE65C: hue angle of 76.96º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFE65C is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 92 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.10 |
| HSL | 76.96º | 0.73% | 0.63% | - |
| HSV(B) | 76.96º | 0.6% | 0.9% | - |
| XYZ | 51.71 | 68.44 | 20.61 | - |
| YUV | 202.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 92 | 0.17 | 0 | 0.60 | 0.10 | 76.96 | 0.73 | 0.63 |
| Hex | BF | E6 | 5C | 11 | 0 | 3C | A | 4D | 49 | 3F |
| Octal | 277 | 346 | 134 | 21 | 0 | 74 | 12 | 115 | 111 | 77 |
| Binary | 10111111 | 11100110 | 1011100 | 10001 | 0 | 111100 | 1010 | 1001101 | 1001001 | 111111 |
Color Harmonies of #BFE65C
Complementary color
Monochromatic Colors of #BFE65C
Black with #BFE65C
Text Example
Text Example
White with #BFE65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE65C; }
p { color: rgb(191,230,92); }
H1.HeaderClassName
{
color: #BFE65C;
}
.AnyTagClassName
{
color: #BFE65C;
}
</style>
background-color css
<style>
a { background-color: #BFE65C; }
a { background-color: rgb(191,230,92); }
div.DivClassName
{
background-color: #BFE65C;
}
.BgClassName
{
background-color: #BFE65C;
}
</style>
border-color css
<style>
span { border-color: #BFE65C; }
span { border-color: rgb(191,230,92); }
td.TdClassName
{
border-color: #BFE65C;
}
.TagClassName
{
border-color: #BFE65C;
}
</style>