Shades of Conifer #BFEC52
Tints of Conifer #BFEC52
RGB
CMYK
RGB Variations
Color information
#BFEC52 (or 0xBFEC52) is known color: Conifer. HEX triplet: BF, EC and 52. RGB value is (191,236,82). Sum of RGB (Red+Green+Blue) = 191+236+82=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC52 is #4013AD. Grayscale: #CDCDCD. Windows color (decimal): -4199342 or 5434559. OLE color: 5434559.
HSL color Cylindrical-coordinate representation of color #BFEC52: hue angle of 77.53º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFEC52 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 82 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.07 |
| HSL | 77.53º | 0.8% | 0.62% | - |
| HSV(B) | 77.53º | 0.65% | 0.93% | - |
| XYZ | 53 | 71.68 | 19.02 | - |
| YUV | 204.99 | 58.59 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 82 | 0.19 | 0 | 0.65 | 0.07 | 77.53 | 0.8 | 0.62 |
| Hex | BF | EC | 52 | 13 | 0 | 41 | 7 | 4E | 50 | 3E |
| Octal | 277 | 354 | 122 | 23 | 0 | 101 | 7 | 116 | 120 | 76 |
| Binary | 10111111 | 11101100 | 1010010 | 10011 | 0 | 1000001 | 111 | 1001110 | 1010000 | 111110 |
Color Harmonies of #BFEC52
Complementary color
Monochromatic Colors of #BFEC52
Black with #BFEC52
Text Example
Text Example
White with #BFEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC52; }
p { color: rgb(191,236,82); }
H1.HeaderClassName
{
color: #BFEC52;
}
.AnyTagClassName
{
color: #BFEC52;
}
</style>
background-color css
<style>
a { background-color: #BFEC52; }
a { background-color: rgb(191,236,82); }
div.DivClassName
{
background-color: #BFEC52;
}
.BgClassName
{
background-color: #BFEC52;
}
</style>
border-color css
<style>
span { border-color: #BFEC52; }
span { border-color: rgb(191,236,82); }
td.TdClassName
{
border-color: #BFEC52;
}
.TagClassName
{
border-color: #BFEC52;
}
</style>