Shades of Conifer #BFED58
Tints of Conifer #BFED58
RGB
CMYK
RGB Variations
Color information
#BFED58 (or 0xBFED58) is known color: Conifer. HEX triplet: BF, ED and 58. RGB value is (191,237,88). Sum of RGB (Red+Green+Blue) = 191+237+88=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED58 is #4012A7. Grayscale: #CECECE. Windows color (decimal): -4199080 or 5828031. OLE color: 5828031.
HSL color Cylindrical-coordinate representation of color #BFED58: hue angle of 78.52º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFED58 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 88 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.07 |
| HSL | 78.52º | 0.81% | 0.64% | - |
| HSV(B) | 78.52º | 0.63% | 0.93% | - |
| XYZ | 53.53 | 72.35 | 20.38 | - |
| YUV | 206.26 | 61.26 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 88 | 0.19 | 0 | 0.63 | 0.07 | 78.52 | 0.81 | 0.64 |
| Hex | BF | ED | 58 | 13 | 0 | 3F | 7 | 4F | 51 | 40 |
| Octal | 277 | 355 | 130 | 23 | 0 | 77 | 7 | 117 | 121 | 100 |
| Binary | 10111111 | 11101101 | 1011000 | 10011 | 0 | 111111 | 111 | 1001111 | 1010001 | 1000000 |
Color Harmonies of #BFED58
Complementary color
Monochromatic Colors of #BFED58
Black with #BFED58
Text Example
Text Example
White with #BFED58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED58; }
p { color: rgb(191,237,88); }
H1.HeaderClassName
{
color: #BFED58;
}
.AnyTagClassName
{
color: #BFED58;
}
</style>
background-color css
<style>
a { background-color: #BFED58; }
a { background-color: rgb(191,237,88); }
div.DivClassName
{
background-color: #BFED58;
}
.BgClassName
{
background-color: #BFED58;
}
</style>
border-color css
<style>
span { border-color: #BFED58; }
span { border-color: rgb(191,237,88); }
td.TdClassName
{
border-color: #BFED58;
}
.TagClassName
{
border-color: #BFED58;
}
</style>