Shades of Conifer #BFE45C
Tints of Conifer #BFE45C
RGB
CMYK
RGB Variations
Color information
#BFE45C (or 0xBFE45C) is known color: Conifer. HEX triplet: BF, E4 and 5C. RGB value is (191,228,92). Sum of RGB (Red+Green+Blue) = 191+228+92=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE45C is #401BA3. Grayscale: #C9C9C9. Windows color (decimal): -4201380 or 6087871. OLE color: 6087871.
HSL color Cylindrical-coordinate representation of color #BFE45C: hue angle of 76.32º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFE45C is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 92 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.11 |
| HSL | 76.32º | 0.72% | 0.63% | - |
| HSV(B) | 76.32º | 0.6% | 0.89% | - |
| XYZ | 51.16 | 67.34 | 20.43 | - |
| YUV | 201.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 92 | 0.16 | 0 | 0.60 | 0.11 | 76.32 | 0.72 | 0.63 |
| Hex | BF | E4 | 5C | 10 | 0 | 3C | B | 4C | 48 | 3F |
| Octal | 277 | 344 | 134 | 20 | 0 | 74 | 13 | 114 | 110 | 77 |
| Binary | 10111111 | 11100100 | 1011100 | 10000 | 0 | 111100 | 1011 | 1001100 | 1001000 | 111111 |
Color Harmonies of #BFE45C
Complementary color
Monochromatic Colors of #BFE45C
Black with #BFE45C
Text Example
Text Example
White with #BFE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE45C; }
p { color: rgb(191,228,92); }
H1.HeaderClassName
{
color: #BFE45C;
}
.AnyTagClassName
{
color: #BFE45C;
}
</style>
background-color css
<style>
a { background-color: #BFE45C; }
a { background-color: rgb(191,228,92); }
div.DivClassName
{
background-color: #BFE45C;
}
.BgClassName
{
background-color: #BFE45C;
}
</style>
border-color css
<style>
span { border-color: #BFE45C; }
span { border-color: rgb(191,228,92); }
td.TdClassName
{
border-color: #BFE45C;
}
.TagClassName
{
border-color: #BFE45C;
}
</style>