Shades of Conifer #BFE35C
Tints of Conifer #BFE35C
RGB
CMYK
RGB Variations
Color information
#BFE35C (or 0xBFE35C) is known color: Conifer. HEX triplet: BF, E3 and 5C. RGB value is (191,227,92). Sum of RGB (Red+Green+Blue) = 191+227+92=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE35C is #401CA3. Grayscale: #C9C9C9. Windows color (decimal): -4201636 or 6087615. OLE color: 6087615.
HSL color Cylindrical-coordinate representation of color #BFE35C: hue angle of 76º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFE35C is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 92 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.11 |
| HSL | 76º | 0.71% | 0.63% | - |
| HSV(B) | 76º | 0.59% | 0.89% | - |
| XYZ | 50.89 | 66.79 | 20.33 | - |
| YUV | 200.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 92 | 0.16 | 0 | 0.59 | 0.11 | 76 | 0.71 | 0.63 |
| Hex | BF | E3 | 5C | 10 | 0 | 3B | B | 4C | 47 | 3F |
| Octal | 277 | 343 | 134 | 20 | 0 | 73 | 13 | 114 | 107 | 77 |
| Binary | 10111111 | 11100011 | 1011100 | 10000 | 0 | 111011 | 1011 | 1001100 | 1000111 | 111111 |
Color Harmonies of #BFE35C
Complementary color
Monochromatic Colors of #BFE35C
Black with #BFE35C
Text Example
Text Example
White with #BFE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE35C; }
p { color: rgb(191,227,92); }
H1.HeaderClassName
{
color: #BFE35C;
}
.AnyTagClassName
{
color: #BFE35C;
}
</style>
background-color css
<style>
a { background-color: #BFE35C; }
a { background-color: rgb(191,227,92); }
div.DivClassName
{
background-color: #BFE35C;
}
.BgClassName
{
background-color: #BFE35C;
}
</style>
border-color css
<style>
span { border-color: #BFE35C; }
span { border-color: rgb(191,227,92); }
td.TdClassName
{
border-color: #BFE35C;
}
.TagClassName
{
border-color: #BFE35C;
}
</style>