Shades of Conifer #BFE75E
Tints of Conifer #BFE75E
RGB
CMYK
RGB Variations
Color information
#BFE75E (or 0xBFE75E) is known color: Conifer. HEX triplet: BF, E7 and 5E. RGB value is (191,231,94). Sum of RGB (Red+Green+Blue) = 191+231+94=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE75E is #4018A1. Grayscale: #CBCBCB. Windows color (decimal): -4200610 or 6219711. OLE color: 6219711.
HSL color Cylindrical-coordinate representation of color #BFE75E: hue angle of 77.52º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFE75E is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 94 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.09 |
| HSL | 77.52º | 0.74% | 0.64% | - |
| HSV(B) | 77.52º | 0.59% | 0.91% | - |
| XYZ | 52.08 | 69.04 | 21.17 | - |
| YUV | 203.42 | 66.25 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 94 | 0.17 | 0 | 0.59 | 0.09 | 77.52 | 0.74 | 0.64 |
| Hex | BF | E7 | 5E | 11 | 0 | 3B | 9 | 4E | 4A | 40 |
| Octal | 277 | 347 | 136 | 21 | 0 | 73 | 11 | 116 | 112 | 100 |
| Binary | 10111111 | 11100111 | 1011110 | 10001 | 0 | 111011 | 1001 | 1001110 | 1001010 | 1000000 |
Color Harmonies of #BFE75E
Complementary color
Monochromatic Colors of #BFE75E
Black with #BFE75E
Text Example
Text Example
White with #BFE75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE75E; }
p { color: rgb(191,231,94); }
H1.HeaderClassName
{
color: #BFE75E;
}
.AnyTagClassName
{
color: #BFE75E;
}
</style>
background-color css
<style>
a { background-color: #BFE75E; }
a { background-color: rgb(191,231,94); }
div.DivClassName
{
background-color: #BFE75E;
}
.BgClassName
{
background-color: #BFE75E;
}
</style>
border-color css
<style>
span { border-color: #BFE75E; }
span { border-color: rgb(191,231,94); }
td.TdClassName
{
border-color: #BFE75E;
}
.TagClassName
{
border-color: #BFE75E;
}
</style>