Shades of Conifer #BFE356
Tints of Conifer #BFE356
RGB
CMYK
RGB Variations
Color information
#BFE356 (or 0xBFE356) is known color: Conifer. HEX triplet: BF, E3 and 56. RGB value is (191,227,86). Sum of RGB (Red+Green+Blue) = 191+227+86=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE356 is #401CA9. Grayscale: #C8C8C8. Windows color (decimal): -4201642 or 5694399. OLE color: 5694399.
HSL color Cylindrical-coordinate representation of color #BFE356: hue angle of 75.32º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFE356 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 86 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.11 |
| HSL | 75.32º | 0.72% | 0.61% | - |
| HSV(B) | 75.32º | 0.62% | 0.89% | - |
| XYZ | 50.63 | 66.69 | 19.01 | - |
| YUV | 200.16 | 63.57 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 86 | 0.16 | 0 | 0.62 | 0.11 | 75.32 | 0.72 | 0.61 |
| Hex | BF | E3 | 56 | 10 | 0 | 3E | B | 4B | 48 | 3D |
| Octal | 277 | 343 | 126 | 20 | 0 | 76 | 13 | 113 | 110 | 75 |
| Binary | 10111111 | 11100011 | 1010110 | 10000 | 0 | 111110 | 1011 | 1001011 | 1001000 | 111101 |
Color Harmonies of #BFE356
Complementary color
Monochromatic Colors of #BFE356
Black with #BFE356
Text Example
Text Example
White with #BFE356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE356; }
p { color: rgb(191,227,86); }
H1.HeaderClassName
{
color: #BFE356;
}
.AnyTagClassName
{
color: #BFE356;
}
</style>
background-color css
<style>
a { background-color: #BFE356; }
a { background-color: rgb(191,227,86); }
div.DivClassName
{
background-color: #BFE356;
}
.BgClassName
{
background-color: #BFE356;
}
</style>
border-color css
<style>
span { border-color: #BFE356; }
span { border-color: rgb(191,227,86); }
td.TdClassName
{
border-color: #BFE356;
}
.TagClassName
{
border-color: #BFE356;
}
</style>