Shades of Conifer #BFE350
Tints of Conifer #BFE350
RGB
CMYK
RGB Variations
Color information
#BFE350 (or 0xBFE350) is known color: Conifer. HEX triplet: BF, E3 and 50. RGB value is (191,227,80). Sum of RGB (Red+Green+Blue) = 191+227+80=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE350 is #401CAF. Grayscale: #C8C8C8. Windows color (decimal): -4201648 or 5301183. OLE color: 5301183.
HSL color Cylindrical-coordinate representation of color #BFE350: hue angle of 74.69º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFE350 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 80 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.11 |
| HSL | 74.69º | 0.72% | 0.6% | - |
| HSV(B) | 74.69º | 0.65% | 0.89% | - |
| XYZ | 50.4 | 66.59 | 17.79 | - |
| YUV | 199.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 80 | 0.16 | 0 | 0.65 | 0.11 | 74.69 | 0.72 | 0.6 |
| Hex | BF | E3 | 50 | 10 | 0 | 41 | B | 4B | 48 | 3C |
| Octal | 277 | 343 | 120 | 20 | 0 | 101 | 13 | 113 | 110 | 74 |
| Binary | 10111111 | 11100011 | 1010000 | 10000 | 0 | 1000001 | 1011 | 1001011 | 1001000 | 111100 |
Color Harmonies of #BFE350
Complementary color
Monochromatic Colors of #BFE350
Black with #BFE350
Text Example
Text Example
White with #BFE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE350; }
p { color: rgb(191,227,80); }
H1.HeaderClassName
{
color: #BFE350;
}
.AnyTagClassName
{
color: #BFE350;
}
</style>
background-color css
<style>
a { background-color: #BFE350; }
a { background-color: rgb(191,227,80); }
div.DivClassName
{
background-color: #BFE350;
}
.BgClassName
{
background-color: #BFE350;
}
</style>
border-color css
<style>
span { border-color: #BFE350; }
span { border-color: rgb(191,227,80); }
td.TdClassName
{
border-color: #BFE350;
}
.TagClassName
{
border-color: #BFE350;
}
</style>