Shades of Conifer #BFD54C
Tints of Conifer #BFD54C
RGB
CMYK
RGB Variations
Color information
#BFD54C (or 0xBFD54C) is known color: Conifer. HEX triplet: BF, D5 and 4C. RGB value is (191,213,76). Sum of RGB (Red+Green+Blue) = 191+213+76=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD54C is #402AB3. Grayscale: #BFBFBF. Windows color (decimal): -4205236 or 5035455. OLE color: 5035455.
HSL color Cylindrical-coordinate representation of color #BFD54C: hue angle of 69.64º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFD54C is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 76 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.16 |
| HSL | 69.64º | 0.62% | 0.57% | - |
| HSV(B) | 69.64º | 0.64% | 0.84% | - |
| XYZ | 46.58 | 59.19 | 15.81 | - |
| YUV | 190.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 76 | 0.10 | 0 | 0.64 | 0.16 | 69.64 | 0.62 | 0.57 |
| Hex | BF | D5 | 4C | A | 0 | 40 | 10 | 46 | 3E | 39 |
| Octal | 277 | 325 | 114 | 12 | 0 | 100 | 20 | 106 | 76 | 71 |
| Binary | 10111111 | 11010101 | 1001100 | 1010 | 0 | 1000000 | 10000 | 1000110 | 111110 | 111001 |
Color Harmonies of #BFD54C
Complementary color
Monochromatic Colors of #BFD54C
Black with #BFD54C
Text Example
Text Example
White with #BFD54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD54C; }
p { color: rgb(191,213,76); }
H1.HeaderClassName
{
color: #BFD54C;
}
.AnyTagClassName
{
color: #BFD54C;
}
</style>
background-color css
<style>
a { background-color: #BFD54C; }
a { background-color: rgb(191,213,76); }
div.DivClassName
{
background-color: #BFD54C;
}
.BgClassName
{
background-color: #BFD54C;
}
</style>
border-color css
<style>
span { border-color: #BFD54C; }
span { border-color: rgb(191,213,76); }
td.TdClassName
{
border-color: #BFD54C;
}
.TagClassName
{
border-color: #BFD54C;
}
</style>