Shades of Conifer #BFE548
Tints of Conifer #BFE548
RGB
CMYK
RGB Variations
Color information
#BFE548 (or 0xBFE548) is known color: Conifer. HEX triplet: BF, E5 and 48. RGB value is (191,229,72). Sum of RGB (Red+Green+Blue) = 191+229+72=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 72 (28.52% from 255 or 14.63% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE548 is #401AB7. Grayscale: #C8C8C8. Windows color (decimal): -4201144 or 4777407. OLE color: 4777407.
HSL color Cylindrical-coordinate representation of color #BFE548: hue angle of 74.52º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFE548 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 72 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.10 |
| HSL | 74.52º | 0.75% | 0.59% | - |
| HSV(B) | 74.52º | 0.69% | 0.9% | - |
| XYZ | 50.67 | 67.58 | 16.5 | - |
| YUV | 199.74 | 55.91 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 72 | 0.17 | 0 | 0.69 | 0.10 | 74.52 | 0.75 | 0.59 |
| Hex | BF | E5 | 48 | 11 | 0 | 45 | A | 4B | 4B | 3B |
| Octal | 277 | 345 | 110 | 21 | 0 | 105 | 12 | 113 | 113 | 73 |
| Binary | 10111111 | 11100101 | 1001000 | 10001 | 0 | 1000101 | 1010 | 1001011 | 1001011 | 111011 |
Color Harmonies of #BFE548
Complementary color
Monochromatic Colors of #BFE548
Black with #BFE548
Text Example
Text Example
White with #BFE548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE548; }
p { color: rgb(191,229,72); }
H1.HeaderClassName
{
color: #BFE548;
}
.AnyTagClassName
{
color: #BFE548;
}
</style>
background-color css
<style>
a { background-color: #BFE548; }
a { background-color: rgb(191,229,72); }
div.DivClassName
{
background-color: #BFE548;
}
.BgClassName
{
background-color: #BFE548;
}
</style>
border-color css
<style>
span { border-color: #BFE548; }
span { border-color: rgb(191,229,72); }
td.TdClassName
{
border-color: #BFE548;
}
.TagClassName
{
border-color: #BFE548;
}
</style>