Shades of Conifer #BFEC44
Tints of Conifer #BFEC44
RGB
CMYK
RGB Variations
Color information
#BFEC44 (or 0xBFEC44) is known color: Conifer. HEX triplet: BF, EC and 44. RGB value is (191,236,68). Sum of RGB (Red+Green+Blue) = 191+236+68=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC44 is #4013BB. Grayscale: #CCCCCC. Windows color (decimal): -4199356 or 4517055. OLE color: 4517055.
HSL color Cylindrical-coordinate representation of color #BFEC44: hue angle of 76.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFEC44 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 68 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.07 |
| HSL | 76.07º | 0.82% | 0.6% | - |
| HSV(B) | 76.07º | 0.71% | 0.93% | - |
| XYZ | 52.52 | 71.48 | 16.5 | - |
| YUV | 203.39 | 51.59 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 68 | 0.19 | 0 | 0.71 | 0.07 | 76.07 | 0.82 | 0.6 |
| Hex | BF | EC | 44 | 13 | 0 | 47 | 7 | 4C | 52 | 3C |
| Octal | 277 | 354 | 104 | 23 | 0 | 107 | 7 | 114 | 122 | 74 |
| Binary | 10111111 | 11101100 | 1000100 | 10011 | 0 | 1000111 | 111 | 1001100 | 1010010 | 111100 |
Color Harmonies of #BFEC44
Complementary color
Monochromatic Colors of #BFEC44
Black with #BFEC44
Text Example
Text Example
White with #BFEC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC44; }
p { color: rgb(191,236,68); }
H1.HeaderClassName
{
color: #BFEC44;
}
.AnyTagClassName
{
color: #BFEC44;
}
</style>
background-color css
<style>
a { background-color: #BFEC44; }
a { background-color: rgb(191,236,68); }
div.DivClassName
{
background-color: #BFEC44;
}
.BgClassName
{
background-color: #BFEC44;
}
</style>
border-color css
<style>
span { border-color: #BFEC44; }
span { border-color: rgb(191,236,68); }
td.TdClassName
{
border-color: #BFEC44;
}
.TagClassName
{
border-color: #BFEC44;
}
</style>