Shades of Conifer #BFE646
Tints of Conifer #BFE646
RGB
CMYK
RGB Variations
Color information
#BFE646 (or 0xBFE646) is known color: Conifer. HEX triplet: BF, E6 and 46. RGB value is (191,230,70). Sum of RGB (Red+Green+Blue) = 191+230+70=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE646 is #4019B9. Grayscale: #C8C8C8. Windows color (decimal): -4200890 or 4646591. OLE color: 4646591.
HSL color Cylindrical-coordinate representation of color #BFE646: hue angle of 74.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFE646 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 70 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.10 |
| HSL | 74.63º | 0.76% | 0.59% | - |
| HSV(B) | 74.63º | 0.7% | 0.9% | - |
| XYZ | 50.89 | 68.11 | 16.26 | - |
| YUV | 200.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 70 | 0.17 | 0 | 0.70 | 0.10 | 74.63 | 0.76 | 0.59 |
| Hex | BF | E6 | 46 | 11 | 0 | 46 | A | 4B | 4C | 3B |
| Octal | 277 | 346 | 106 | 21 | 0 | 106 | 12 | 113 | 114 | 73 |
| Binary | 10111111 | 11100110 | 1000110 | 10001 | 0 | 1000110 | 1010 | 1001011 | 1001100 | 111011 |
Color Harmonies of #BFE646
Complementary color
Monochromatic Colors of #BFE646
Black with #BFE646
Text Example
Text Example
White with #BFE646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE646; }
p { color: rgb(191,230,70); }
H1.HeaderClassName
{
color: #BFE646;
}
.AnyTagClassName
{
color: #BFE646;
}
</style>
background-color css
<style>
a { background-color: #BFE646; }
a { background-color: rgb(191,230,70); }
div.DivClassName
{
background-color: #BFE646;
}
.BgClassName
{
background-color: #BFE646;
}
</style>
border-color css
<style>
span { border-color: #BFE646; }
span { border-color: rgb(191,230,70); }
td.TdClassName
{
border-color: #BFE646;
}
.TagClassName
{
border-color: #BFE646;
}
</style>