Shades of Conifer #BFE75F
Tints of Conifer #BFE75F
RGB
CMYK
RGB Variations
Color information
#BFE75F (or 0xBFE75F) is known color: Conifer. HEX triplet: BF, E7 and 5F. RGB value is (191,231,95). Sum of RGB (Red+Green+Blue) = 191+231+95=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE75F is #4018A0. Grayscale: #CCCCCC. Windows color (decimal): -4200609 or 6285247. OLE color: 6285247.
HSL color Cylindrical-coordinate representation of color #BFE75F: hue angle of 77.65º 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 #BFE75F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 95 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.09 |
| HSL | 77.65º | 0.74% | 0.64% | - |
| HSV(B) | 77.65º | 0.59% | 0.91% | - |
| XYZ | 52.13 | 69.05 | 21.41 | - |
| YUV | 203.54 | 66.75 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 95 | 0.17 | 0 | 0.59 | 0.09 | 77.65 | 0.74 | 0.64 |
| Hex | BF | E7 | 5F | 11 | 0 | 3B | 9 | 4E | 4A | 40 |
| Octal | 277 | 347 | 137 | 21 | 0 | 73 | 11 | 116 | 112 | 100 |
| Binary | 10111111 | 11100111 | 1011111 | 10001 | 0 | 111011 | 1001 | 1001110 | 1001010 | 1000000 |
Color Harmonies of #BFE75F
Complementary color
Monochromatic Colors of #BFE75F
Black with #BFE75F
Text Example
Text Example
White with #BFE75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE75F; }
p { color: rgb(191,231,95); }
H1.HeaderClassName
{
color: #BFE75F;
}
.AnyTagClassName
{
color: #BFE75F;
}
</style>
background-color css
<style>
a { background-color: #BFE75F; }
a { background-color: rgb(191,231,95); }
div.DivClassName
{
background-color: #BFE75F;
}
.BgClassName
{
background-color: #BFE75F;
}
</style>
border-color css
<style>
span { border-color: #BFE75F; }
span { border-color: rgb(191,231,95); }
td.TdClassName
{
border-color: #BFE75F;
}
.TagClassName
{
border-color: #BFE75F;
}
</style>