Shades of Conifer #BFEE5C
Tints of Conifer #BFEE5C
RGB
CMYK
RGB Variations
Color information
#BFEE5C (or 0xBFEE5C) is known color: Conifer. HEX triplet: BF, EE and 5C. RGB value is (191,238,92). Sum of RGB (Red+Green+Blue) = 191+238+92=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE5C is #4011A3. Grayscale: #CFCFCF. Windows color (decimal): -4198820 or 6090431. OLE color: 6090431.
HSL color Cylindrical-coordinate representation of color #BFEE5C: hue angle of 79.32º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFEE5C is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 92 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.07 |
| HSL | 79.32º | 0.81% | 0.65% | - |
| HSV(B) | 79.32º | 0.61% | 0.93% | - |
| XYZ | 53.99 | 73 | 21.37 | - |
| YUV | 207.3 | 62.93 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 92 | 0.20 | 0 | 0.61 | 0.07 | 79.32 | 0.81 | 0.65 |
| Hex | BF | EE | 5C | 14 | 0 | 3D | 7 | 4F | 51 | 41 |
| Octal | 277 | 356 | 134 | 24 | 0 | 75 | 7 | 117 | 121 | 101 |
| Binary | 10111111 | 11101110 | 1011100 | 10100 | 0 | 111101 | 111 | 1001111 | 1010001 | 1000001 |
Color Harmonies of #BFEE5C
Complementary color
Monochromatic Colors of #BFEE5C
Black with #BFEE5C
Text Example
Text Example
White with #BFEE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE5C; }
p { color: rgb(191,238,92); }
H1.HeaderClassName
{
color: #BFEE5C;
}
.AnyTagClassName
{
color: #BFEE5C;
}
</style>
background-color css
<style>
a { background-color: #BFEE5C; }
a { background-color: rgb(191,238,92); }
div.DivClassName
{
background-color: #BFEE5C;
}
.BgClassName
{
background-color: #BFEE5C;
}
</style>
border-color css
<style>
span { border-color: #BFEE5C; }
span { border-color: rgb(191,238,92); }
td.TdClassName
{
border-color: #BFEE5C;
}
.TagClassName
{
border-color: #BFEE5C;
}
</style>