Shades of Conifer #BFE154
Tints of Conifer #BFE154
RGB
CMYK
RGB Variations
Color information
#BFE154 (or 0xBFE154) is known color: Conifer. HEX triplet: BF, E1 and 54. RGB value is (191,225,84). Sum of RGB (Red+Green+Blue) = 191+225+84=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE154 is #401EAB. Grayscale: #C7C7C7. Windows color (decimal): -4202156 or 5562815. OLE color: 5562815.
HSL color Cylindrical-coordinate representation of color #BFE154: hue angle of 74.47º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFE154 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 225 | 84 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.12 |
| HSL | 74.47º | 0.7% | 0.61% | - |
| HSV(B) | 74.47º | 0.63% | 0.88% | - |
| XYZ | 50.01 | 65.57 | 18.41 | - |
| YUV | 198.76 | 63.24 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 84 | 0.15 | 0 | 0.63 | 0.12 | 74.47 | 0.7 | 0.61 |
| Hex | BF | E1 | 54 | F | 0 | 3F | C | 4A | 46 | 3D |
| Octal | 277 | 341 | 124 | 17 | 0 | 77 | 14 | 112 | 106 | 75 |
| Binary | 10111111 | 11100001 | 1010100 | 1111 | 0 | 111111 | 1100 | 1001010 | 1000110 | 111101 |
Color Harmonies of #BFE154
Complementary color
Monochromatic Colors of #BFE154
Black with #BFE154
Text Example
Text Example
White with #BFE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE154; }
p { color: rgb(191,225,84); }
H1.HeaderClassName
{
color: #BFE154;
}
.AnyTagClassName
{
color: #BFE154;
}
</style>
background-color css
<style>
a { background-color: #BFE154; }
a { background-color: rgb(191,225,84); }
div.DivClassName
{
background-color: #BFE154;
}
.BgClassName
{
background-color: #BFE154;
}
</style>
border-color css
<style>
span { border-color: #BFE154; }
span { border-color: rgb(191,225,84); }
td.TdClassName
{
border-color: #BFE154;
}
.TagClassName
{
border-color: #BFE154;
}
</style>