Shades of Conifer #BFFD55
Tints of Conifer #BFFD55
RGB
CMYK
RGB Variations
Color information
#BFFD55 (or 0xBFFD55) is known color: Conifer. HEX triplet: BF, FD and 55. RGB value is (191,253,85). Sum of RGB (Red+Green+Blue) = 191+253+85=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD55 is #4002AA. Grayscale: #D7D7D7. Windows color (decimal): -4194987 or 5635519. OLE color: 5635519.
HSL color Cylindrical-coordinate representation of color #BFFD55: hue angle of 82.14º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFFD55 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 85 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.01 |
| HSL | 82.14º | 0.98% | 0.66% | - |
| HSV(B) | 82.14º | 0.66% | 0.99% | - |
| XYZ | 58.25 | 81.98 | 21.35 | - |
| YUV | 215.31 | 54.46 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 85 | 0.25 | 0 | 0.66 | 0.01 | 82.14 | 0.98 | 0.66 |
| Hex | BF | FD | 55 | 19 | 0 | 42 | 1 | 52 | 62 | 42 |
| Octal | 277 | 375 | 125 | 31 | 0 | 102 | 1 | 122 | 142 | 102 |
| Binary | 10111111 | 11111101 | 1010101 | 11001 | 0 | 1000010 | 1 | 1010010 | 1100010 | 1000010 |
Color Harmonies of #BFFD55
Complementary color
Monochromatic Colors of #BFFD55
Black with #BFFD55
Text Example
Text Example
White with #BFFD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFD55; }
p { color: rgb(191,253,85); }
H1.HeaderClassName
{
color: #BFFD55;
}
.AnyTagClassName
{
color: #BFFD55;
}
</style>
background-color css
<style>
a { background-color: #BFFD55; }
a { background-color: rgb(191,253,85); }
div.DivClassName
{
background-color: #BFFD55;
}
.BgClassName
{
background-color: #BFFD55;
}
</style>
border-color css
<style>
span { border-color: #BFFD55; }
span { border-color: rgb(191,253,85); }
td.TdClassName
{
border-color: #BFFD55;
}
.TagClassName
{
border-color: #BFFD55;
}
</style>