Shades of Conifer #BFEC60
Tints of Conifer #BFEC60
RGB
CMYK
RGB Variations
Color information
#BFEC60 (or 0xBFEC60) is known color: Conifer. HEX triplet: BF, EC and 60. RGB value is (191,236,96). Sum of RGB (Red+Green+Blue) = 191+236+96=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC60 is #40139F. Grayscale: #CFCFCF. Windows color (decimal): -4199328 or 6352063. OLE color: 6352063.
HSL color Cylindrical-coordinate representation of color #BFEC60: hue angle of 79.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFEC60 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 96 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.07 |
| HSL | 79.29º | 0.79% | 0.65% | - |
| HSV(B) | 79.29º | 0.59% | 0.93% | - |
| XYZ | 53.59 | 71.91 | 22.12 | - |
| YUV | 206.59 | 65.59 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 96 | 0.19 | 0 | 0.59 | 0.07 | 79.29 | 0.79 | 0.65 |
| Hex | BF | EC | 60 | 13 | 0 | 3B | 7 | 4F | 4F | 41 |
| Octal | 277 | 354 | 140 | 23 | 0 | 73 | 7 | 117 | 117 | 101 |
| Binary | 10111111 | 11101100 | 1100000 | 10011 | 0 | 111011 | 111 | 1001111 | 1001111 | 1000001 |
Color Harmonies of #BFEC60
Complementary color
Monochromatic Colors of #BFEC60
Black with #BFEC60
Text Example
Text Example
White with #BFEC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC60; }
p { color: rgb(191,236,96); }
H1.HeaderClassName
{
color: #BFEC60;
}
.AnyTagClassName
{
color: #BFEC60;
}
</style>
background-color css
<style>
a { background-color: #BFEC60; }
a { background-color: rgb(191,236,96); }
div.DivClassName
{
background-color: #BFEC60;
}
.BgClassName
{
background-color: #BFEC60;
}
</style>
border-color css
<style>
span { border-color: #BFEC60; }
span { border-color: rgb(191,236,96); }
td.TdClassName
{
border-color: #BFEC60;
}
.TagClassName
{
border-color: #BFEC60;
}
</style>