Shades of Conifer #BFF65B
Tints of Conifer #BFF65B
RGB
CMYK
RGB Variations
Color information
#BFF65B (or 0xBFF65B) is known color: Conifer. HEX triplet: BF, F6 and 5B. RGB value is (191,246,91). Sum of RGB (Red+Green+Blue) = 191+246+91=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF65B is #4009A4. Grayscale: #D4D4D4. Windows color (decimal): -4196773 or 6026943. OLE color: 6026943.
HSL color Cylindrical-coordinate representation of color #BFF65B: hue angle of 81.29º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFF65B is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 91 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.04 |
| HSL | 81.29º | 0.9% | 0.66% | - |
| HSV(B) | 81.29º | 0.63% | 0.96% | - |
| XYZ | 56.33 | 77.74 | 21.93 | - |
| YUV | 211.89 | 59.78 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 91 | 0.22 | 0 | 0.63 | 0.04 | 81.29 | 0.9 | 0.66 |
| Hex | BF | F6 | 5B | 16 | 0 | 3F | 4 | 51 | 5A | 42 |
| Octal | 277 | 366 | 133 | 26 | 0 | 77 | 4 | 121 | 132 | 102 |
| Binary | 10111111 | 11110110 | 1011011 | 10110 | 0 | 111111 | 100 | 1010001 | 1011010 | 1000010 |
Color Harmonies of #BFF65B
Complementary color
Monochromatic Colors of #BFF65B
Black with #BFF65B
Text Example
Text Example
White with #BFF65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF65B; }
p { color: rgb(191,246,91); }
H1.HeaderClassName
{
color: #BFF65B;
}
.AnyTagClassName
{
color: #BFF65B;
}
</style>
background-color css
<style>
a { background-color: #BFF65B; }
a { background-color: rgb(191,246,91); }
div.DivClassName
{
background-color: #BFF65B;
}
.BgClassName
{
background-color: #BFF65B;
}
</style>
border-color css
<style>
span { border-color: #BFF65B; }
span { border-color: rgb(191,246,91); }
td.TdClassName
{
border-color: #BFF65B;
}
.TagClassName
{
border-color: #BFF65B;
}
</style>