Shades of Conifer #BFE85D
Tints of Conifer #BFE85D
RGB
CMYK
RGB Variations
Color information
#BFE85D (or 0xBFE85D) is known color: Conifer. HEX triplet: BF, E8 and 5D. RGB value is (191,232,93). Sum of RGB (Red+Green+Blue) = 191+232+93=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE85D is #4017A2. Grayscale: #CCCCCC. Windows color (decimal): -4200355 or 6154431. OLE color: 6154431.
HSL color Cylindrical-coordinate representation of color #BFE85D: hue angle of 77.7º 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 #BFE85D is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 93 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.09 |
| HSL | 77.7º | 0.75% | 0.64% | - |
| HSV(B) | 77.7º | 0.6% | 0.91% | - |
| XYZ | 52.32 | 69.58 | 21.03 | - |
| YUV | 203.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 93 | 0.18 | 0 | 0.60 | 0.09 | 77.7 | 0.75 | 0.64 |
| Hex | BF | E8 | 5D | 12 | 0 | 3C | 9 | 4E | 4B | 40 |
| Octal | 277 | 350 | 135 | 22 | 0 | 74 | 11 | 116 | 113 | 100 |
| Binary | 10111111 | 11101000 | 1011101 | 10010 | 0 | 111100 | 1001 | 1001110 | 1001011 | 1000000 |
Color Harmonies of #BFE85D
Complementary color
Monochromatic Colors of #BFE85D
Black with #BFE85D
Text Example
Text Example
White with #BFE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE85D; }
p { color: rgb(191,232,93); }
H1.HeaderClassName
{
color: #BFE85D;
}
.AnyTagClassName
{
color: #BFE85D;
}
</style>
background-color css
<style>
a { background-color: #BFE85D; }
a { background-color: rgb(191,232,93); }
div.DivClassName
{
background-color: #BFE85D;
}
.BgClassName
{
background-color: #BFE85D;
}
</style>
border-color css
<style>
span { border-color: #BFE85D; }
span { border-color: rgb(191,232,93); }
td.TdClassName
{
border-color: #BFE85D;
}
.TagClassName
{
border-color: #BFE85D;
}
</style>