Shades of Conifer #BFE25E
Tints of Conifer #BFE25E
RGB
CMYK
RGB Variations
Color information
#BFE25E (or 0xBFE25E) is known color: Conifer. HEX triplet: BF, E2 and 5E. RGB value is (191,226,94). Sum of RGB (Red+Green+Blue) = 191+226+94=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE25E is #401DA1. Grayscale: #C8C8C8. Windows color (decimal): -4201890 or 6218431. OLE color: 6218431.
HSL color Cylindrical-coordinate representation of color #BFE25E: hue angle of 75.91º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFE25E is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 94 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.11 |
| HSL | 75.91º | 0.69% | 0.63% | - |
| HSV(B) | 75.91º | 0.58% | 0.89% | - |
| XYZ | 50.7 | 66.28 | 20.71 | - |
| YUV | 200.49 | 67.9 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 94 | 0.15 | 0 | 0.58 | 0.11 | 75.91 | 0.69 | 0.63 |
| Hex | BF | E2 | 5E | F | 0 | 3A | B | 4C | 45 | 3F |
| Octal | 277 | 342 | 136 | 17 | 0 | 72 | 13 | 114 | 105 | 77 |
| Binary | 10111111 | 11100010 | 1011110 | 1111 | 0 | 111010 | 1011 | 1001100 | 1000101 | 111111 |
Color Harmonies of #BFE25E
Complementary color
Monochromatic Colors of #BFE25E
Black with #BFE25E
Text Example
Text Example
White with #BFE25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE25E; }
p { color: rgb(191,226,94); }
H1.HeaderClassName
{
color: #BFE25E;
}
.AnyTagClassName
{
color: #BFE25E;
}
</style>
background-color css
<style>
a { background-color: #BFE25E; }
a { background-color: rgb(191,226,94); }
div.DivClassName
{
background-color: #BFE25E;
}
.BgClassName
{
background-color: #BFE25E;
}
</style>
border-color css
<style>
span { border-color: #BFE25E; }
span { border-color: rgb(191,226,94); }
td.TdClassName
{
border-color: #BFE25E;
}
.TagClassName
{
border-color: #BFE25E;
}
</style>