Shades of Conifer #BFF163
Tints of Conifer #BFF163
RGB
CMYK
RGB Variations
Color information
#BFF163 (or 0xBFF163) is known color: Conifer. HEX triplet: BF, F1 and 63. RGB value is (191,241,99). Sum of RGB (Red+Green+Blue) = 191+241+99=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF163 is #400E9C. Grayscale: #D2D2D2. Windows color (decimal): -4198045 or 6549951. OLE color: 6549951.
HSL color Cylindrical-coordinate representation of color #BFF163: hue angle of 81.13º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFF163 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 99 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.05 |
| HSL | 81.13º | 0.84% | 0.67% | - |
| HSV(B) | 81.13º | 0.59% | 0.95% | - |
| XYZ | 55.19 | 74.89 | 23.35 | - |
| YUV | 209.86 | 65.44 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 99 | 0.21 | 0 | 0.59 | 0.05 | 81.13 | 0.84 | 0.67 |
| Hex | BF | F1 | 63 | 15 | 0 | 3B | 5 | 51 | 54 | 43 |
| Octal | 277 | 361 | 143 | 25 | 0 | 73 | 5 | 121 | 124 | 103 |
| Binary | 10111111 | 11110001 | 1100011 | 10101 | 0 | 111011 | 101 | 1010001 | 1010100 | 1000011 |
Color Harmonies of #BFF163
Complementary color
Monochromatic Colors of #BFF163
Black with #BFF163
Text Example
Text Example
White with #BFF163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF163; }
p { color: rgb(191,241,99); }
H1.HeaderClassName
{
color: #BFF163;
}
.AnyTagClassName
{
color: #BFF163;
}
</style>
background-color css
<style>
a { background-color: #BFF163; }
a { background-color: rgb(191,241,99); }
div.DivClassName
{
background-color: #BFF163;
}
.BgClassName
{
background-color: #BFF163;
}
</style>
border-color css
<style>
span { border-color: #BFF163; }
span { border-color: rgb(191,241,99); }
td.TdClassName
{
border-color: #BFF163;
}
.TagClassName
{
border-color: #BFF163;
}
</style>