Shades of Conifer #BFF955
Tints of Conifer #BFF955
RGB
CMYK
RGB Variations
Color information
#BFF955 (or 0xBFF955) is known color: Conifer. HEX triplet: BF, F9 and 55. RGB value is (191,249,85). Sum of RGB (Red+Green+Blue) = 191+249+85=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF955 is #4006AA. Grayscale: #D5D5D5. Windows color (decimal): -4196011 or 5634495. OLE color: 5634495.
HSL color Cylindrical-coordinate representation of color #BFF955: hue angle of 81.22º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFF955 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 85 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.02 |
| HSL | 81.22º | 0.93% | 0.65% | - |
| HSV(B) | 81.22º | 0.66% | 0.98% | - |
| XYZ | 57 | 79.48 | 20.93 | - |
| YUV | 212.96 | 55.78 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 85 | 0.23 | 0 | 0.66 | 0.02 | 81.22 | 0.93 | 0.65 |
| Hex | BF | F9 | 55 | 17 | 0 | 42 | 2 | 51 | 5D | 41 |
| Octal | 277 | 371 | 125 | 27 | 0 | 102 | 2 | 121 | 135 | 101 |
| Binary | 10111111 | 11111001 | 1010101 | 10111 | 0 | 1000010 | 10 | 1010001 | 1011101 | 1000001 |
Color Harmonies of #BFF955
Complementary color
Monochromatic Colors of #BFF955
Black with #BFF955
Text Example
Text Example
White with #BFF955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF955; }
p { color: rgb(191,249,85); }
H1.HeaderClassName
{
color: #BFF955;
}
.AnyTagClassName
{
color: #BFF955;
}
</style>
background-color css
<style>
a { background-color: #BFF955; }
a { background-color: rgb(191,249,85); }
div.DivClassName
{
background-color: #BFF955;
}
.BgClassName
{
background-color: #BFF955;
}
</style>
border-color css
<style>
span { border-color: #BFF955; }
span { border-color: rgb(191,249,85); }
td.TdClassName
{
border-color: #BFF955;
}
.TagClassName
{
border-color: #BFF955;
}
</style>