Shades of Conifer #BFF75B
Tints of Conifer #BFF75B
RGB
CMYK
RGB Variations
Color information
#BFF75B (or 0xBFF75B) is known color: Conifer. HEX triplet: BF, F7 and 5B. RGB value is (191,247,91). Sum of RGB (Red+Green+Blue) = 191+247+91=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF75B is #4008A4. Grayscale: #D5D5D5. Windows color (decimal): -4196517 or 6027199. OLE color: 6027199.
HSL color Cylindrical-coordinate representation of color #BFF75B: hue angle of 81.54º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFF75B is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 91 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.03 |
| HSL | 81.54º | 0.91% | 0.66% | - |
| HSV(B) | 81.54º | 0.63% | 0.97% | - |
| XYZ | 56.63 | 78.35 | 22.04 | - |
| YUV | 212.47 | 59.45 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 91 | 0.23 | 0 | 0.63 | 0.03 | 81.54 | 0.91 | 0.66 |
| Hex | BF | F7 | 5B | 17 | 0 | 3F | 3 | 52 | 5B | 42 |
| Octal | 277 | 367 | 133 | 27 | 0 | 77 | 3 | 122 | 133 | 102 |
| Binary | 10111111 | 11110111 | 1011011 | 10111 | 0 | 111111 | 11 | 1010010 | 1011011 | 1000010 |
Color Harmonies of #BFF75B
Complementary color
Monochromatic Colors of #BFF75B
Black with #BFF75B
Text Example
Text Example
White with #BFF75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF75B; }
p { color: rgb(191,247,91); }
H1.HeaderClassName
{
color: #BFF75B;
}
.AnyTagClassName
{
color: #BFF75B;
}
</style>
background-color css
<style>
a { background-color: #BFF75B; }
a { background-color: rgb(191,247,91); }
div.DivClassName
{
background-color: #BFF75B;
}
.BgClassName
{
background-color: #BFF75B;
}
</style>
border-color css
<style>
span { border-color: #BFF75B; }
span { border-color: rgb(191,247,91); }
td.TdClassName
{
border-color: #BFF75B;
}
.TagClassName
{
border-color: #BFF75B;
}
</style>