Shades of Conifer #BFE545
Tints of Conifer #BFE545
RGB
CMYK
RGB Variations
Color information
#BFE545 (or 0xBFE545) is known color: Conifer. HEX triplet: BF, E5 and 45. RGB value is (191,229,69). Sum of RGB (Red+Green+Blue) = 191+229+69=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE545 is #401ABA. Grayscale: #C7C7C7. Windows color (decimal): -4201147 or 4580799. OLE color: 4580799.
HSL color Cylindrical-coordinate representation of color #BFE545: hue angle of 74.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFE545 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 69 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.10 |
| HSL | 74.25º | 0.75% | 0.58% | - |
| HSV(B) | 74.25º | 0.7% | 0.9% | - |
| XYZ | 50.58 | 67.54 | 16 | - |
| YUV | 199.4 | 54.41 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 69 | 0.17 | 0 | 0.70 | 0.10 | 74.25 | 0.75 | 0.58 |
| Hex | BF | E5 | 45 | 11 | 0 | 46 | A | 4A | 4B | 3A |
| Octal | 277 | 345 | 105 | 21 | 0 | 106 | 12 | 112 | 113 | 72 |
| Binary | 10111111 | 11100101 | 1000101 | 10001 | 0 | 1000110 | 1010 | 1001010 | 1001011 | 111010 |
Color Harmonies of #BFE545
Complementary color
Monochromatic Colors of #BFE545
Black with #BFE545
Text Example
Text Example
White with #BFE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE545; }
p { color: rgb(191,229,69); }
H1.HeaderClassName
{
color: #BFE545;
}
.AnyTagClassName
{
color: #BFE545;
}
</style>
background-color css
<style>
a { background-color: #BFE545; }
a { background-color: rgb(191,229,69); }
div.DivClassName
{
background-color: #BFE545;
}
.BgClassName
{
background-color: #BFE545;
}
</style>
border-color css
<style>
span { border-color: #BFE545; }
span { border-color: rgb(191,229,69); }
td.TdClassName
{
border-color: #BFE545;
}
.TagClassName
{
border-color: #BFE545;
}
</style>