Shades of Conifer #BFE65B
Tints of Conifer #BFE65B
RGB
CMYK
RGB Variations
Color information
#BFE65B (or 0xBFE65B) is known color: Conifer. HEX triplet: BF, E6 and 5B. RGB value is (191,230,91). Sum of RGB (Red+Green+Blue) = 191+230+91=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE65B is #4019A4. Grayscale: #CBCBCB. Windows color (decimal): -4200869 or 6022847. OLE color: 6022847.
HSL color Cylindrical-coordinate representation of color #BFE65B: hue angle of 76.83º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFE65B is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 91 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.10 |
| HSL | 76.83º | 0.74% | 0.63% | - |
| HSV(B) | 76.83º | 0.6% | 0.9% | - |
| XYZ | 51.67 | 68.43 | 20.38 | - |
| YUV | 202.49 | 65.08 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 91 | 0.17 | 0 | 0.60 | 0.10 | 76.83 | 0.74 | 0.63 |
| Hex | BF | E6 | 5B | 11 | 0 | 3C | A | 4D | 4A | 3F |
| Octal | 277 | 346 | 133 | 21 | 0 | 74 | 12 | 115 | 112 | 77 |
| Binary | 10111111 | 11100110 | 1011011 | 10001 | 0 | 111100 | 1010 | 1001101 | 1001010 | 111111 |
Color Harmonies of #BFE65B
Complementary color
Monochromatic Colors of #BFE65B
Black with #BFE65B
Text Example
Text Example
White with #BFE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE65B; }
p { color: rgb(191,230,91); }
H1.HeaderClassName
{
color: #BFE65B;
}
.AnyTagClassName
{
color: #BFE65B;
}
</style>
background-color css
<style>
a { background-color: #BFE65B; }
a { background-color: rgb(191,230,91); }
div.DivClassName
{
background-color: #BFE65B;
}
.BgClassName
{
background-color: #BFE65B;
}
</style>
border-color css
<style>
span { border-color: #BFE65B; }
span { border-color: rgb(191,230,91); }
td.TdClassName
{
border-color: #BFE65B;
}
.TagClassName
{
border-color: #BFE65B;
}
</style>