Shades of Conifer #BFFA55
Tints of Conifer #BFFA55
RGB
CMYK
RGB Variations
Color information
#BFFA55 (or 0xBFFA55) is known color: Conifer. HEX triplet: BF, FA and 55. RGB value is (191,250,85). Sum of RGB (Red+Green+Blue) = 191+250+85=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA55 is #4005AA. Grayscale: #D6D6D6. Windows color (decimal): -4195755 or 5634751. OLE color: 5634751.
HSL color Cylindrical-coordinate representation of color #BFFA55: hue angle of 81.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFFA55 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 85 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.02 |
| HSL | 81.45º | 0.94% | 0.66% | - |
| HSV(B) | 81.45º | 0.66% | 0.98% | - |
| XYZ | 57.31 | 80.1 | 21.04 | - |
| YUV | 213.55 | 55.45 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 85 | 0.24 | 0 | 0.66 | 0.02 | 81.45 | 0.94 | 0.66 |
| Hex | BF | FA | 55 | 18 | 0 | 42 | 2 | 51 | 5E | 42 |
| Octal | 277 | 372 | 125 | 30 | 0 | 102 | 2 | 121 | 136 | 102 |
| Binary | 10111111 | 11111010 | 1010101 | 11000 | 0 | 1000010 | 10 | 1010001 | 1011110 | 1000010 |
Color Harmonies of #BFFA55
Complementary color
Monochromatic Colors of #BFFA55
Black with #BFFA55
Text Example
Text Example
White with #BFFA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA55; }
p { color: rgb(191,250,85); }
H1.HeaderClassName
{
color: #BFFA55;
}
.AnyTagClassName
{
color: #BFFA55;
}
</style>
background-color css
<style>
a { background-color: #BFFA55; }
a { background-color: rgb(191,250,85); }
div.DivClassName
{
background-color: #BFFA55;
}
.BgClassName
{
background-color: #BFFA55;
}
</style>
border-color css
<style>
span { border-color: #BFFA55; }
span { border-color: rgb(191,250,85); }
td.TdClassName
{
border-color: #BFFA55;
}
.TagClassName
{
border-color: #BFFA55;
}
</style>