Shades of Conifer #BFE359
Tints of Conifer #BFE359
RGB
CMYK
RGB Variations
Color information
#BFE359 (or 0xBFE359) is known color: Conifer. HEX triplet: BF, E3 and 59. RGB value is (191,227,89). Sum of RGB (Red+Green+Blue) = 191+227+89=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE359 is #401CA6. Grayscale: #C9C9C9. Windows color (decimal): -4201639 or 5891007. OLE color: 5891007.
HSL color Cylindrical-coordinate representation of color #BFE359: hue angle of 75.65º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFE359 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 89 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.11 |
| HSL | 75.65º | 0.71% | 0.62% | - |
| HSV(B) | 75.65º | 0.61% | 0.89% | - |
| XYZ | 50.76 | 66.74 | 19.66 | - |
| YUV | 200.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 89 | 0.16 | 0 | 0.61 | 0.11 | 75.65 | 0.71 | 0.62 |
| Hex | BF | E3 | 59 | 10 | 0 | 3D | B | 4C | 47 | 3E |
| Octal | 277 | 343 | 131 | 20 | 0 | 75 | 13 | 114 | 107 | 76 |
| Binary | 10111111 | 11100011 | 1011001 | 10000 | 0 | 111101 | 1011 | 1001100 | 1000111 | 111110 |
Color Harmonies of #BFE359
Complementary color
Monochromatic Colors of #BFE359
Black with #BFE359
Text Example
Text Example
White with #BFE359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE359; }
p { color: rgb(191,227,89); }
H1.HeaderClassName
{
color: #BFE359;
}
.AnyTagClassName
{
color: #BFE359;
}
</style>
background-color css
<style>
a { background-color: #BFE359; }
a { background-color: rgb(191,227,89); }
div.DivClassName
{
background-color: #BFE359;
}
.BgClassName
{
background-color: #BFE359;
}
</style>
border-color css
<style>
span { border-color: #BFE359; }
span { border-color: rgb(191,227,89); }
td.TdClassName
{
border-color: #BFE359;
}
.TagClassName
{
border-color: #BFE359;
}
</style>