Shades of Conifer #BFEC62
Tints of Conifer #BFEC62
RGB
CMYK
RGB Variations
Color information
#BFEC62 (or 0xBFEC62) is known color: Conifer. HEX triplet: BF, EC and 62. RGB value is (191,236,98). Sum of RGB (Red+Green+Blue) = 191+236+98=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC62 is #40139D. Grayscale: #CFCFCF. Windows color (decimal): -4199326 or 6483135. OLE color: 6483135.
HSL color Cylindrical-coordinate representation of color #BFEC62: hue angle of 79.57º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFEC62 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 98 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.07 |
| HSL | 79.57º | 0.78% | 0.65% | - |
| HSV(B) | 79.57º | 0.58% | 0.93% | - |
| XYZ | 53.69 | 71.95 | 22.61 | - |
| YUV | 206.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 98 | 0.19 | 0 | 0.58 | 0.07 | 79.57 | 0.78 | 0.65 |
| Hex | BF | EC | 62 | 13 | 0 | 3A | 7 | 50 | 4E | 41 |
| Octal | 277 | 354 | 142 | 23 | 0 | 72 | 7 | 120 | 116 | 101 |
| Binary | 10111111 | 11101100 | 1100010 | 10011 | 0 | 111010 | 111 | 1010000 | 1001110 | 1000001 |
Color Harmonies of #BFEC62
Complementary color
Monochromatic Colors of #BFEC62
Black with #BFEC62
Text Example
Text Example
White with #BFEC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC62; }
p { color: rgb(191,236,98); }
H1.HeaderClassName
{
color: #BFEC62;
}
.AnyTagClassName
{
color: #BFEC62;
}
</style>
background-color css
<style>
a { background-color: #BFEC62; }
a { background-color: rgb(191,236,98); }
div.DivClassName
{
background-color: #BFEC62;
}
.BgClassName
{
background-color: #BFEC62;
}
</style>
border-color css
<style>
span { border-color: #BFEC62; }
span { border-color: rgb(191,236,98); }
td.TdClassName
{
border-color: #BFEC62;
}
.TagClassName
{
border-color: #BFEC62;
}
</style>