Shades of Conifer #BFDD4C
Tints of Conifer #BFDD4C
RGB
CMYK
RGB Variations
Color information
#BFDD4C (or 0xBFDD4C) is known color: Conifer. HEX triplet: BF, DD and 4C. RGB value is (191,221,76). Sum of RGB (Red+Green+Blue) = 191+221+76=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 76 (30.08% from 255 or 15.57% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDD4C is #4022B3. Grayscale: #C4C4C4. Windows color (decimal): -4203188 or 5037503. OLE color: 5037503.
HSL color Cylindrical-coordinate representation of color #BFDD4C: hue angle of 72.41º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFDD4C is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 76 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.13 |
| HSL | 72.41º | 0.68% | 0.58% | - |
| HSV(B) | 72.41º | 0.66% | 0.87% | - |
| XYZ | 48.65 | 63.31 | 16.49 | - |
| YUV | 195.5 | 60.56 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 76 | 0.14 | 0 | 0.66 | 0.13 | 72.41 | 0.68 | 0.58 |
| Hex | BF | DD | 4C | E | 0 | 42 | D | 48 | 44 | 3A |
| Octal | 277 | 335 | 114 | 16 | 0 | 102 | 15 | 110 | 104 | 72 |
| Binary | 10111111 | 11011101 | 1001100 | 1110 | 0 | 1000010 | 1101 | 1001000 | 1000100 | 111010 |
Color Harmonies of #BFDD4C
Complementary color
Monochromatic Colors of #BFDD4C
Black with #BFDD4C
Text Example
Text Example
White with #BFDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD4C; }
p { color: rgb(191,221,76); }
H1.HeaderClassName
{
color: #BFDD4C;
}
.AnyTagClassName
{
color: #BFDD4C;
}
</style>
background-color css
<style>
a { background-color: #BFDD4C; }
a { background-color: rgb(191,221,76); }
div.DivClassName
{
background-color: #BFDD4C;
}
.BgClassName
{
background-color: #BFDD4C;
}
</style>
border-color css
<style>
span { border-color: #BFDD4C; }
span { border-color: rgb(191,221,76); }
td.TdClassName
{
border-color: #BFDD4C;
}
.TagClassName
{
border-color: #BFDD4C;
}
</style>