Shades of Conifer #BFED57
Tints of Conifer #BFED57
RGB
CMYK
RGB Variations
Color information
#BFED57 (or 0xBFED57) is known color: Conifer. HEX triplet: BF, ED and 57. RGB value is (191,237,87). Sum of RGB (Red+Green+Blue) = 191+237+87=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED57 is #4012A8. Grayscale: #CECECE. Windows color (decimal): -4199081 or 5762495. OLE color: 5762495.
HSL color Cylindrical-coordinate representation of color #BFED57: hue angle of 78.4º 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 #BFED57 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 87 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.07 |
| HSL | 78.4º | 0.81% | 0.64% | - |
| HSV(B) | 78.4º | 0.63% | 0.93% | - |
| XYZ | 53.49 | 72.33 | 20.16 | - |
| YUV | 206.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 87 | 0.19 | 0 | 0.63 | 0.07 | 78.4 | 0.81 | 0.64 |
| Hex | BF | ED | 57 | 13 | 0 | 3F | 7 | 4E | 51 | 40 |
| Octal | 277 | 355 | 127 | 23 | 0 | 77 | 7 | 116 | 121 | 100 |
| Binary | 10111111 | 11101101 | 1010111 | 10011 | 0 | 111111 | 111 | 1001110 | 1010001 | 1000000 |
Color Harmonies of #BFED57
Complementary color
Monochromatic Colors of #BFED57
Black with #BFED57
Text Example
Text Example
White with #BFED57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED57; }
p { color: rgb(191,237,87); }
H1.HeaderClassName
{
color: #BFED57;
}
.AnyTagClassName
{
color: #BFED57;
}
</style>
background-color css
<style>
a { background-color: #BFED57; }
a { background-color: rgb(191,237,87); }
div.DivClassName
{
background-color: #BFED57;
}
.BgClassName
{
background-color: #BFED57;
}
</style>
border-color css
<style>
span { border-color: #BFED57; }
span { border-color: rgb(191,237,87); }
td.TdClassName
{
border-color: #BFED57;
}
.TagClassName
{
border-color: #BFED57;
}
</style>