Shades of Conifer #BFE845
Tints of Conifer #BFE845
RGB
CMYK
RGB Variations
Color information
#BFE845 (or 0xBFE845) is known color: Conifer. HEX triplet: BF, E8 and 45. RGB value is (191,232,69). Sum of RGB (Red+Green+Blue) = 191+232+69=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE845 is #4017BA. Grayscale: #C9C9C9. Windows color (decimal): -4200379 or 4581567. OLE color: 4581567.
HSL color Cylindrical-coordinate representation of color #BFE845: hue angle of 75.09º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFE845 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 69 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.09 |
| HSL | 75.09º | 0.78% | 0.59% | - |
| HSV(B) | 75.09º | 0.7% | 0.91% | - |
| XYZ | 51.42 | 69.22 | 16.28 | - |
| YUV | 201.16 | 53.42 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 69 | 0.18 | 0 | 0.70 | 0.09 | 75.09 | 0.78 | 0.59 |
| Hex | BF | E8 | 45 | 12 | 0 | 46 | 9 | 4B | 4E | 3B |
| Octal | 277 | 350 | 105 | 22 | 0 | 106 | 11 | 113 | 116 | 73 |
| Binary | 10111111 | 11101000 | 1000101 | 10010 | 0 | 1000110 | 1001 | 1001011 | 1001110 | 111011 |
Color Harmonies of #BFE845
Complementary color
Monochromatic Colors of #BFE845
Black with #BFE845
Text Example
Text Example
White with #BFE845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE845; }
p { color: rgb(191,232,69); }
H1.HeaderClassName
{
color: #BFE845;
}
.AnyTagClassName
{
color: #BFE845;
}
</style>
background-color css
<style>
a { background-color: #BFE845; }
a { background-color: rgb(191,232,69); }
div.DivClassName
{
background-color: #BFE845;
}
.BgClassName
{
background-color: #BFE845;
}
</style>
border-color css
<style>
span { border-color: #BFE845; }
span { border-color: rgb(191,232,69); }
td.TdClassName
{
border-color: #BFE845;
}
.TagClassName
{
border-color: #BFE845;
}
</style>