Shades of Conifer #BFE85C
Tints of Conifer #BFE85C
RGB
CMYK
RGB Variations
Color information
#BFE85C (or 0xBFE85C) is known color: Conifer. HEX triplet: BF, E8 and 5C. RGB value is (191,232,92). Sum of RGB (Red+Green+Blue) = 191+232+92=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE85C is #4017A3. Grayscale: #CCCCCC. Windows color (decimal): -4200356 or 6088895. OLE color: 6088895.
HSL color Cylindrical-coordinate representation of color #BFE85C: hue angle of 77.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFE85C is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 92 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.09 |
| HSL | 77.57º | 0.75% | 0.64% | - |
| HSV(B) | 77.57º | 0.6% | 0.91% | - |
| XYZ | 52.27 | 69.56 | 20.8 | - |
| YUV | 203.78 | 64.92 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 92 | 0.18 | 0 | 0.60 | 0.09 | 77.57 | 0.75 | 0.64 |
| Hex | BF | E8 | 5C | 12 | 0 | 3C | 9 | 4E | 4B | 40 |
| Octal | 277 | 350 | 134 | 22 | 0 | 74 | 11 | 116 | 113 | 100 |
| Binary | 10111111 | 11101000 | 1011100 | 10010 | 0 | 111100 | 1001 | 1001110 | 1001011 | 1000000 |
Color Harmonies of #BFE85C
Complementary color
Monochromatic Colors of #BFE85C
Black with #BFE85C
Text Example
Text Example
White with #BFE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE85C; }
p { color: rgb(191,232,92); }
H1.HeaderClassName
{
color: #BFE85C;
}
.AnyTagClassName
{
color: #BFE85C;
}
</style>
background-color css
<style>
a { background-color: #BFE85C; }
a { background-color: rgb(191,232,92); }
div.DivClassName
{
background-color: #BFE85C;
}
.BgClassName
{
background-color: #BFE85C;
}
</style>
border-color css
<style>
span { border-color: #BFE85C; }
span { border-color: rgb(191,232,92); }
td.TdClassName
{
border-color: #BFE85C;
}
.TagClassName
{
border-color: #BFE85C;
}
</style>