Shades of Conifer #BFE054
Tints of Conifer #BFE054
RGB
CMYK
RGB Variations
Color information
#BFE054 (or 0xBFE054) is known color: Conifer. HEX triplet: BF, E0 and 54. RGB value is (191,224,84). Sum of RGB (Red+Green+Blue) = 191+224+84=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE054 is #401FAB. Grayscale: #C6C6C6. Windows color (decimal): -4202412 or 5562559. OLE color: 5562559.
HSL color Cylindrical-coordinate representation of color #BFE054: hue angle of 74.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFE054 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 84 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.12 |
| HSL | 74.14º | 0.69% | 0.6% | - |
| HSV(B) | 74.14º | 0.63% | 0.88% | - |
| XYZ | 49.74 | 65.03 | 18.32 | - |
| YUV | 198.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 84 | 0.15 | 0 | 0.62 | 0.12 | 74.14 | 0.69 | 0.6 |
| Hex | BF | E0 | 54 | F | 0 | 3E | C | 4A | 45 | 3C |
| Octal | 277 | 340 | 124 | 17 | 0 | 76 | 14 | 112 | 105 | 74 |
| Binary | 10111111 | 11100000 | 1010100 | 1111 | 0 | 111110 | 1100 | 1001010 | 1000101 | 111100 |
Color Harmonies of #BFE054
Complementary color
Monochromatic Colors of #BFE054
Black with #BFE054
Text Example
Text Example
White with #BFE054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE054; }
p { color: rgb(191,224,84); }
H1.HeaderClassName
{
color: #BFE054;
}
.AnyTagClassName
{
color: #BFE054;
}
</style>
background-color css
<style>
a { background-color: #BFE054; }
a { background-color: rgb(191,224,84); }
div.DivClassName
{
background-color: #BFE054;
}
.BgClassName
{
background-color: #BFE054;
}
</style>
border-color css
<style>
span { border-color: #BFE054; }
span { border-color: rgb(191,224,84); }
td.TdClassName
{
border-color: #BFE054;
}
.TagClassName
{
border-color: #BFE054;
}
</style>