Shades of Conifer #BFFA57
Tints of Conifer #BFFA57
RGB
CMYK
RGB Variations
Color information
#BFFA57 (or 0xBFFA57) is known color: Conifer. HEX triplet: BF, FA and 57. RGB value is (191,250,87). Sum of RGB (Red+Green+Blue) = 191+250+87=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 87 (34.38% from 255 or 16.48% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA57 is #4005A8. Grayscale: #D6D6D6. Windows color (decimal): -4195753 or 5765823. OLE color: 5765823.
HSL color Cylindrical-coordinate representation of color #BFFA57: hue angle of 81.72º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFFA57 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 87 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.02 |
| HSL | 81.72º | 0.94% | 0.66% | - |
| HSV(B) | 81.72º | 0.65% | 0.98% | - |
| XYZ | 57.39 | 80.14 | 21.46 | - |
| YUV | 213.78 | 56.45 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 87 | 0.24 | 0 | 0.65 | 0.02 | 81.72 | 0.94 | 0.66 |
| Hex | BF | FA | 57 | 18 | 0 | 41 | 2 | 52 | 5E | 42 |
| Octal | 277 | 372 | 127 | 30 | 0 | 101 | 2 | 122 | 136 | 102 |
| Binary | 10111111 | 11111010 | 1010111 | 11000 | 0 | 1000001 | 10 | 1010010 | 1011110 | 1000010 |
Color Harmonies of #BFFA57
Complementary color
Monochromatic Colors of #BFFA57
Black with #BFFA57
Text Example
Text Example
White with #BFFA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA57; }
p { color: rgb(191,250,87); }
H1.HeaderClassName
{
color: #BFFA57;
}
.AnyTagClassName
{
color: #BFFA57;
}
</style>
background-color css
<style>
a { background-color: #BFFA57; }
a { background-color: rgb(191,250,87); }
div.DivClassName
{
background-color: #BFFA57;
}
.BgClassName
{
background-color: #BFFA57;
}
</style>
border-color css
<style>
span { border-color: #BFFA57; }
span { border-color: rgb(191,250,87); }
td.TdClassName
{
border-color: #BFFA57;
}
.TagClassName
{
border-color: #BFFA57;
}
</style>