Shades of Conifer #BFE75D
Tints of Conifer #BFE75D
RGB
CMYK
RGB Variations
Color information
#BFE75D (or 0xBFE75D) is known color: Conifer. HEX triplet: BF, E7 and 5D. RGB value is (191,231,93). Sum of RGB (Red+Green+Blue) = 191+231+93=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE75D is #4018A2. Grayscale: #CBCBCB. Windows color (decimal): -4200611 or 6154175. OLE color: 6154175.
HSL color Cylindrical-coordinate representation of color #BFE75D: hue angle of 77.39º degrees, saturation: 0.74, 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 #BFE75D is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 93 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.09 |
| HSL | 77.39º | 0.74% | 0.64% | - |
| HSV(B) | 77.39º | 0.6% | 0.91% | - |
| XYZ | 52.04 | 69.02 | 20.94 | - |
| YUV | 203.31 | 65.75 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 93 | 0.17 | 0 | 0.60 | 0.09 | 77.39 | 0.74 | 0.64 |
| Hex | BF | E7 | 5D | 11 | 0 | 3C | 9 | 4D | 4A | 40 |
| Octal | 277 | 347 | 135 | 21 | 0 | 74 | 11 | 115 | 112 | 100 |
| Binary | 10111111 | 11100111 | 1011101 | 10001 | 0 | 111100 | 1001 | 1001101 | 1001010 | 1000000 |
Color Harmonies of #BFE75D
Complementary color
Monochromatic Colors of #BFE75D
Black with #BFE75D
Text Example
Text Example
White with #BFE75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE75D; }
p { color: rgb(191,231,93); }
H1.HeaderClassName
{
color: #BFE75D;
}
.AnyTagClassName
{
color: #BFE75D;
}
</style>
background-color css
<style>
a { background-color: #BFE75D; }
a { background-color: rgb(191,231,93); }
div.DivClassName
{
background-color: #BFE75D;
}
.BgClassName
{
background-color: #BFE75D;
}
</style>
border-color css
<style>
span { border-color: #BFE75D; }
span { border-color: rgb(191,231,93); }
td.TdClassName
{
border-color: #BFE75D;
}
.TagClassName
{
border-color: #BFE75D;
}
</style>