Shades of Conifer #BFF65D
Tints of Conifer #BFF65D
RGB
CMYK
RGB Variations
Color information
#BFF65D (or 0xBFF65D) is known color: Conifer. HEX triplet: BF, F6 and 5D. RGB value is (191,246,93). Sum of RGB (Red+Green+Blue) = 191+246+93=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF65D is #4009A2. Grayscale: #D4D4D4. Windows color (decimal): -4196771 or 6158015. OLE color: 6158015.
HSL color Cylindrical-coordinate representation of color #BFF65D: hue angle of 81.57º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFF65D is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 93 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.04 |
| HSL | 81.57º | 0.89% | 0.66% | - |
| HSV(B) | 81.57º | 0.62% | 0.96% | - |
| XYZ | 56.42 | 77.78 | 22.4 | - |
| YUV | 212.11 | 60.78 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 93 | 0.22 | 0 | 0.62 | 0.04 | 81.57 | 0.89 | 0.66 |
| Hex | BF | F6 | 5D | 16 | 0 | 3E | 4 | 52 | 59 | 42 |
| Octal | 277 | 366 | 135 | 26 | 0 | 76 | 4 | 122 | 131 | 102 |
| Binary | 10111111 | 11110110 | 1011101 | 10110 | 0 | 111110 | 100 | 1010010 | 1011001 | 1000010 |
Color Harmonies of #BFF65D
Complementary color
Monochromatic Colors of #BFF65D
Black with #BFF65D
Text Example
Text Example
White with #BFF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF65D; }
p { color: rgb(191,246,93); }
H1.HeaderClassName
{
color: #BFF65D;
}
.AnyTagClassName
{
color: #BFF65D;
}
</style>
background-color css
<style>
a { background-color: #BFF65D; }
a { background-color: rgb(191,246,93); }
div.DivClassName
{
background-color: #BFF65D;
}
.BgClassName
{
background-color: #BFF65D;
}
</style>
border-color css
<style>
span { border-color: #BFF65D; }
span { border-color: rgb(191,246,93); }
td.TdClassName
{
border-color: #BFF65D;
}
.TagClassName
{
border-color: #BFF65D;
}
</style>