Shades of Conifer #BFEE5B
Tints of Conifer #BFEE5B
RGB
CMYK
RGB Variations
Color information
#BFEE5B (or 0xBFEE5B) is known color: Conifer. HEX triplet: BF, EE and 5B. RGB value is (191,238,91). Sum of RGB (Red+Green+Blue) = 191+238+91=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE5B is #4011A4. Grayscale: #CFCFCF. Windows color (decimal): -4198821 or 6024895. OLE color: 6024895.
HSL color Cylindrical-coordinate representation of color #BFEE5B: hue angle of 79.18º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFEE5B is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 91 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.07 |
| HSL | 79.18º | 0.81% | 0.65% | - |
| HSV(B) | 79.18º | 0.62% | 0.93% | - |
| XYZ | 53.95 | 72.98 | 21.14 | - |
| YUV | 207.19 | 62.43 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 91 | 0.20 | 0 | 0.62 | 0.07 | 79.18 | 0.81 | 0.65 |
| Hex | BF | EE | 5B | 14 | 0 | 3E | 7 | 4F | 51 | 41 |
| Octal | 277 | 356 | 133 | 24 | 0 | 76 | 7 | 117 | 121 | 101 |
| Binary | 10111111 | 11101110 | 1011011 | 10100 | 0 | 111110 | 111 | 1001111 | 1010001 | 1000001 |
Color Harmonies of #BFEE5B
Complementary color
Monochromatic Colors of #BFEE5B
Black with #BFEE5B
Text Example
Text Example
White with #BFEE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE5B; }
p { color: rgb(191,238,91); }
H1.HeaderClassName
{
color: #BFEE5B;
}
.AnyTagClassName
{
color: #BFEE5B;
}
</style>
background-color css
<style>
a { background-color: #BFEE5B; }
a { background-color: rgb(191,238,91); }
div.DivClassName
{
background-color: #BFEE5B;
}
.BgClassName
{
background-color: #BFEE5B;
}
</style>
border-color css
<style>
span { border-color: #BFEE5B; }
span { border-color: rgb(191,238,91); }
td.TdClassName
{
border-color: #BFEE5B;
}
.TagClassName
{
border-color: #BFEE5B;
}
</style>