Shades of Conifer #BFDA4C
Tints of Conifer #BFDA4C
RGB
CMYK
RGB Variations
Color information
#BFDA4C (or 0xBFDA4C) is known color: Conifer. HEX triplet: BF, DA and 4C. RGB value is (191,218,76). Sum of RGB (Red+Green+Blue) = 191+218+76=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDA4C is #4025B3. Grayscale: #C2C2C2. Windows color (decimal): -4203956 or 5036735. OLE color: 5036735.
HSL color Cylindrical-coordinate representation of color #BFDA4C: hue angle of 71.41º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFDA4C is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 76 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.15 |
| HSL | 71.41º | 0.66% | 0.58% | - |
| HSV(B) | 71.41º | 0.65% | 0.85% | - |
| XYZ | 47.86 | 61.74 | 16.23 | - |
| YUV | 193.74 | 61.55 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 76 | 0.12 | 0 | 0.65 | 0.15 | 71.41 | 0.66 | 0.58 |
| Hex | BF | DA | 4C | C | 0 | 41 | F | 47 | 42 | 3A |
| Octal | 277 | 332 | 114 | 14 | 0 | 101 | 17 | 107 | 102 | 72 |
| Binary | 10111111 | 11011010 | 1001100 | 1100 | 0 | 1000001 | 1111 | 1000111 | 1000010 | 111010 |
Color Harmonies of #BFDA4C
Complementary color
Monochromatic Colors of #BFDA4C
Black with #BFDA4C
Text Example
Text Example
White with #BFDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA4C; }
p { color: rgb(191,218,76); }
H1.HeaderClassName
{
color: #BFDA4C;
}
.AnyTagClassName
{
color: #BFDA4C;
}
</style>
background-color css
<style>
a { background-color: #BFDA4C; }
a { background-color: rgb(191,218,76); }
div.DivClassName
{
background-color: #BFDA4C;
}
.BgClassName
{
background-color: #BFDA4C;
}
</style>
border-color css
<style>
span { border-color: #BFDA4C; }
span { border-color: rgb(191,218,76); }
td.TdClassName
{
border-color: #BFDA4C;
}
.TagClassName
{
border-color: #BFDA4C;
}
</style>