Shades of Conifer #BFEC53
Tints of Conifer #BFEC53
RGB
CMYK
RGB Variations
Color information
#BFEC53 (or 0xBFEC53) is known color: Conifer. HEX triplet: BF, EC and 53. RGB value is (191,236,83). Sum of RGB (Red+Green+Blue) = 191+236+83=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC53 is #4013AC. Grayscale: #CDCDCD. Windows color (decimal): -4199341 or 5500095. OLE color: 5500095.
HSL color Cylindrical-coordinate representation of color #BFEC53: hue angle of 77.65º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFEC53 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 83 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.07 |
| HSL | 77.65º | 0.8% | 0.63% | - |
| HSV(B) | 77.65º | 0.65% | 0.93% | - |
| XYZ | 53.04 | 71.69 | 19.23 | - |
| YUV | 205.1 | 59.09 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 83 | 0.19 | 0 | 0.65 | 0.07 | 77.65 | 0.8 | 0.63 |
| Hex | BF | EC | 53 | 13 | 0 | 41 | 7 | 4E | 50 | 3F |
| Octal | 277 | 354 | 123 | 23 | 0 | 101 | 7 | 116 | 120 | 77 |
| Binary | 10111111 | 11101100 | 1010011 | 10011 | 0 | 1000001 | 111 | 1001110 | 1010000 | 111111 |
Color Harmonies of #BFEC53
Complementary color
Monochromatic Colors of #BFEC53
Black with #BFEC53
Text Example
Text Example
White with #BFEC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC53; }
p { color: rgb(191,236,83); }
H1.HeaderClassName
{
color: #BFEC53;
}
.AnyTagClassName
{
color: #BFEC53;
}
</style>
background-color css
<style>
a { background-color: #BFEC53; }
a { background-color: rgb(191,236,83); }
div.DivClassName
{
background-color: #BFEC53;
}
.BgClassName
{
background-color: #BFEC53;
}
</style>
border-color css
<style>
span { border-color: #BFEC53; }
span { border-color: rgb(191,236,83); }
td.TdClassName
{
border-color: #BFEC53;
}
.TagClassName
{
border-color: #BFEC53;
}
</style>