Shades of Conifer #BFED59
Tints of Conifer #BFED59
RGB
CMYK
RGB Variations
Color information
#BFED59 (or 0xBFED59) is known color: Conifer. HEX triplet: BF, ED and 59. RGB value is (191,237,89). Sum of RGB (Red+Green+Blue) = 191+237+89=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED59 is #4012A6. Grayscale: #CECECE. Windows color (decimal): -4199079 or 5893567. OLE color: 5893567.
HSL color Cylindrical-coordinate representation of color #BFED59: hue angle of 78.65º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFED59 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 89 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.07 |
| HSL | 78.65º | 0.8% | 0.64% | - |
| HSV(B) | 78.65º | 0.62% | 0.93% | - |
| XYZ | 53.57 | 72.37 | 20.6 | - |
| YUV | 206.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 89 | 0.19 | 0 | 0.62 | 0.07 | 78.65 | 0.8 | 0.64 |
| Hex | BF | ED | 59 | 13 | 0 | 3E | 7 | 4F | 50 | 40 |
| Octal | 277 | 355 | 131 | 23 | 0 | 76 | 7 | 117 | 120 | 100 |
| Binary | 10111111 | 11101101 | 1011001 | 10011 | 0 | 111110 | 111 | 1001111 | 1010000 | 1000000 |
Color Harmonies of #BFED59
Complementary color
Monochromatic Colors of #BFED59
Black with #BFED59
Text Example
Text Example
White with #BFED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED59; }
p { color: rgb(191,237,89); }
H1.HeaderClassName
{
color: #BFED59;
}
.AnyTagClassName
{
color: #BFED59;
}
</style>
background-color css
<style>
a { background-color: #BFED59; }
a { background-color: rgb(191,237,89); }
div.DivClassName
{
background-color: #BFED59;
}
.BgClassName
{
background-color: #BFED59;
}
</style>
border-color css
<style>
span { border-color: #BFED59; }
span { border-color: rgb(191,237,89); }
td.TdClassName
{
border-color: #BFED59;
}
.TagClassName
{
border-color: #BFED59;
}
</style>