Shades of Conifer #BFF64D
Tints of Conifer #BFF64D
RGB
CMYK
RGB Variations
Color information
#BFF64D (or 0xBFF64D) is known color: Conifer. HEX triplet: BF, F6 and 4D. RGB value is (191,246,77). Sum of RGB (Red+Green+Blue) = 191+246+77=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF64D is #4009B2. Grayscale: #D2D2D2. Windows color (decimal): -4196787 or 5109439. OLE color: 5109439.
HSL color Cylindrical-coordinate representation of color #BFF64D: hue angle of 79.53º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFF64D is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 77 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.04 |
| HSL | 79.53º | 0.9% | 0.63% | - |
| HSV(B) | 79.53º | 0.69% | 0.96% | - |
| XYZ | 55.78 | 77.52 | 19.04 | - |
| YUV | 210.29 | 52.78 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 77 | 0.22 | 0 | 0.69 | 0.04 | 79.53 | 0.9 | 0.63 |
| Hex | BF | F6 | 4D | 16 | 0 | 45 | 4 | 50 | 5A | 3F |
| Octal | 277 | 366 | 115 | 26 | 0 | 105 | 4 | 120 | 132 | 77 |
| Binary | 10111111 | 11110110 | 1001101 | 10110 | 0 | 1000101 | 100 | 1010000 | 1011010 | 111111 |
Color Harmonies of #BFF64D
Complementary color
Monochromatic Colors of #BFF64D
Black with #BFF64D
Text Example
Text Example
White with #BFF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF64D; }
p { color: rgb(191,246,77); }
H1.HeaderClassName
{
color: #BFF64D;
}
.AnyTagClassName
{
color: #BFF64D;
}
</style>
background-color css
<style>
a { background-color: #BFF64D; }
a { background-color: rgb(191,246,77); }
div.DivClassName
{
background-color: #BFF64D;
}
.BgClassName
{
background-color: #BFF64D;
}
</style>
border-color css
<style>
span { border-color: #BFF64D; }
span { border-color: rgb(191,246,77); }
td.TdClassName
{
border-color: #BFF64D;
}
.TagClassName
{
border-color: #BFF64D;
}
</style>