Shades of Conifer #BFEE4D
Tints of Conifer #BFEE4D
RGB
CMYK
RGB Variations
Color information
#BFEE4D (or 0xBFEE4D) is known color: Conifer. HEX triplet: BF, EE and 4D. RGB value is (191,238,77). Sum of RGB (Red+Green+Blue) = 191+238+77=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE4D is #4011B2. Grayscale: #CECECE. Windows color (decimal): -4198835 or 5107391. OLE color: 5107391.
HSL color Cylindrical-coordinate representation of color #BFEE4D: hue angle of 77.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFEE4D is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 77 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.07 |
| HSL | 77.52º | 0.83% | 0.62% | - |
| HSV(B) | 77.52º | 0.68% | 0.93% | - |
| XYZ | 53.4 | 72.76 | 18.25 | - |
| YUV | 205.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 77 | 0.20 | 0 | 0.68 | 0.07 | 77.52 | 0.83 | 0.62 |
| Hex | BF | EE | 4D | 14 | 0 | 44 | 7 | 4E | 53 | 3E |
| Octal | 277 | 356 | 115 | 24 | 0 | 104 | 7 | 116 | 123 | 76 |
| Binary | 10111111 | 11101110 | 1001101 | 10100 | 0 | 1000100 | 111 | 1001110 | 1010011 | 111110 |
Color Harmonies of #BFEE4D
Complementary color
Monochromatic Colors of #BFEE4D
Black with #BFEE4D
Text Example
Text Example
White with #BFEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEE4D; }
p { color: rgb(191,238,77); }
H1.HeaderClassName
{
color: #BFEE4D;
}
.AnyTagClassName
{
color: #BFEE4D;
}
</style>
background-color css
<style>
a { background-color: #BFEE4D; }
a { background-color: rgb(191,238,77); }
div.DivClassName
{
background-color: #BFEE4D;
}
.BgClassName
{
background-color: #BFEE4D;
}
</style>
border-color css
<style>
span { border-color: #BFEE4D; }
span { border-color: rgb(191,238,77); }
td.TdClassName
{
border-color: #BFEE4D;
}
.TagClassName
{
border-color: #BFEE4D;
}
</style>