Shades of Conifer #BFE052
Tints of Conifer #BFE052
RGB
CMYK
RGB Variations
Color information
#BFE052 (or 0xBFE052) is known color: Conifer. HEX triplet: BF, E0 and 52. RGB value is (191,224,82). Sum of RGB (Red+Green+Blue) = 191+224+82=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE052 is #401FAD. Grayscale: #C6C6C6. Windows color (decimal): -4202414 or 5431487. OLE color: 5431487.
HSL color Cylindrical-coordinate representation of color #BFE052: hue angle of 73.94º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFE052 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 82 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.12 |
| HSL | 73.94º | 0.7% | 0.6% | - |
| HSV(B) | 73.94º | 0.63% | 0.88% | - |
| XYZ | 49.66 | 65 | 17.91 | - |
| YUV | 197.95 | 62.57 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 82 | 0.15 | 0 | 0.63 | 0.12 | 73.94 | 0.7 | 0.6 |
| Hex | BF | E0 | 52 | F | 0 | 3F | C | 4A | 46 | 3C |
| Octal | 277 | 340 | 122 | 17 | 0 | 77 | 14 | 112 | 106 | 74 |
| Binary | 10111111 | 11100000 | 1010010 | 1111 | 0 | 111111 | 1100 | 1001010 | 1000110 | 111100 |
Color Harmonies of #BFE052
Complementary color
Monochromatic Colors of #BFE052
Black with #BFE052
Text Example
Text Example
White with #BFE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE052; }
p { color: rgb(191,224,82); }
H1.HeaderClassName
{
color: #BFE052;
}
.AnyTagClassName
{
color: #BFE052;
}
</style>
background-color css
<style>
a { background-color: #BFE052; }
a { background-color: rgb(191,224,82); }
div.DivClassName
{
background-color: #BFE052;
}
.BgClassName
{
background-color: #BFE052;
}
</style>
border-color css
<style>
span { border-color: #BFE052; }
span { border-color: rgb(191,224,82); }
td.TdClassName
{
border-color: #BFE052;
}
.TagClassName
{
border-color: #BFE052;
}
</style>