Shades of Conifer #BFEC4B
Tints of Conifer #BFEC4B
RGB
CMYK
RGB Variations
Color information
#BFEC4B (or 0xBFEC4B) is known color: Conifer. HEX triplet: BF, EC and 4B. RGB value is (191,236,75). Sum of RGB (Red+Green+Blue) = 191+236+75=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFEC4B is #4013B4. Grayscale: #CCCCCC. Windows color (decimal): -4199349 or 4975807. OLE color: 4975807.
HSL color Cylindrical-coordinate representation of color #BFEC4B: hue angle of 76.77º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFEC4B is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 75 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.07 |
| HSL | 76.77º | 0.81% | 0.61% | - |
| HSV(B) | 76.77º | 0.68% | 0.93% | - |
| XYZ | 52.75 | 71.58 | 17.69 | - |
| YUV | 204.19 | 55.09 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 75 | 0.19 | 0 | 0.68 | 0.07 | 76.77 | 0.81 | 0.61 |
| Hex | BF | EC | 4B | 13 | 0 | 44 | 7 | 4D | 51 | 3D |
| Octal | 277 | 354 | 113 | 23 | 0 | 104 | 7 | 115 | 121 | 75 |
| Binary | 10111111 | 11101100 | 1001011 | 10011 | 0 | 1000100 | 111 | 1001101 | 1010001 | 111101 |
Color Harmonies of #BFEC4B
Complementary color
Monochromatic Colors of #BFEC4B
Black with #BFEC4B
Text Example
Text Example
White with #BFEC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC4B; }
p { color: rgb(191,236,75); }
H1.HeaderClassName
{
color: #BFEC4B;
}
.AnyTagClassName
{
color: #BFEC4B;
}
</style>
background-color css
<style>
a { background-color: #BFEC4B; }
a { background-color: rgb(191,236,75); }
div.DivClassName
{
background-color: #BFEC4B;
}
.BgClassName
{
background-color: #BFEC4B;
}
</style>
border-color css
<style>
span { border-color: #BFEC4B; }
span { border-color: rgb(191,236,75); }
td.TdClassName
{
border-color: #BFEC4B;
}
.TagClassName
{
border-color: #BFEC4B;
}
</style>