Shades of Conifer #BFE064
Tints of Conifer #BFE064
RGB
CMYK
RGB Variations
Color information
#BFE064 (or 0xBFE064) is known color: Conifer. HEX triplet: BF, E0 and 64. RGB value is (191,224,100). Sum of RGB (Red+Green+Blue) = 191+224+100=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE064 is #401F9B. Grayscale: #C8C8C8. Windows color (decimal): -4202396 or 6611135. OLE color: 6611135.
HSL color Cylindrical-coordinate representation of color #BFE064: hue angle of 75.97º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFE064 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 100 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.12 |
| HSL | 75.97º | 0.67% | 0.64% | - |
| HSV(B) | 75.97º | 0.55% | 0.88% | - |
| XYZ | 50.44 | 65.31 | 22 | - |
| YUV | 200 | 71.57 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 100 | 0.15 | 0 | 0.55 | 0.12 | 75.97 | 0.67 | 0.64 |
| Hex | BF | E0 | 64 | F | 0 | 37 | C | 4C | 43 | 40 |
| Octal | 277 | 340 | 144 | 17 | 0 | 67 | 14 | 114 | 103 | 100 |
| Binary | 10111111 | 11100000 | 1100100 | 1111 | 0 | 110111 | 1100 | 1001100 | 1000011 | 1000000 |
Color Harmonies of #BFE064
Complementary color
Monochromatic Colors of #BFE064
Black with #BFE064
Text Example
Text Example
White with #BFE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE064; }
p { color: rgb(191,224,100); }
H1.HeaderClassName
{
color: #BFE064;
}
.AnyTagClassName
{
color: #BFE064;
}
</style>
background-color css
<style>
a { background-color: #BFE064; }
a { background-color: rgb(191,224,100); }
div.DivClassName
{
background-color: #BFE064;
}
.BgClassName
{
background-color: #BFE064;
}
</style>
border-color css
<style>
span { border-color: #BFE064; }
span { border-color: rgb(191,224,100); }
td.TdClassName
{
border-color: #BFE064;
}
.TagClassName
{
border-color: #BFE064;
}
</style>