Shades of Conifer #BFE25D
Tints of Conifer #BFE25D
RGB
CMYK
RGB Variations
Color information
#BFE25D (or 0xBFE25D) is known color: Conifer. HEX triplet: BF, E2 and 5D. RGB value is (191,226,93). Sum of RGB (Red+Green+Blue) = 191+226+93=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE25D is #401DA2. Grayscale: #C8C8C8. Windows color (decimal): -4201891 or 6152895. OLE color: 6152895.
HSL color Cylindrical-coordinate representation of color #BFE25D: hue angle of 75.79º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFE25D is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 93 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.11 |
| HSL | 75.79º | 0.7% | 0.63% | - |
| HSV(B) | 75.79º | 0.59% | 0.89% | - |
| XYZ | 50.66 | 66.26 | 20.48 | - |
| YUV | 200.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 93 | 0.15 | 0 | 0.59 | 0.11 | 75.79 | 0.7 | 0.63 |
| Hex | BF | E2 | 5D | F | 0 | 3B | B | 4C | 46 | 3F |
| Octal | 277 | 342 | 135 | 17 | 0 | 73 | 13 | 114 | 106 | 77 |
| Binary | 10111111 | 11100010 | 1011101 | 1111 | 0 | 111011 | 1011 | 1001100 | 1000110 | 111111 |
Color Harmonies of #BFE25D
Complementary color
Monochromatic Colors of #BFE25D
Black with #BFE25D
Text Example
Text Example
White with #BFE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE25D; }
p { color: rgb(191,226,93); }
H1.HeaderClassName
{
color: #BFE25D;
}
.AnyTagClassName
{
color: #BFE25D;
}
</style>
background-color css
<style>
a { background-color: #BFE25D; }
a { background-color: rgb(191,226,93); }
div.DivClassName
{
background-color: #BFE25D;
}
.BgClassName
{
background-color: #BFE25D;
}
</style>
border-color css
<style>
span { border-color: #BFE25D; }
span { border-color: rgb(191,226,93); }
td.TdClassName
{
border-color: #BFE25D;
}
.TagClassName
{
border-color: #BFE25D;
}
</style>