Shades of Conifer #BFDE4A
Tints of Conifer #BFDE4A
RGB
CMYK
RGB Variations
Color information
#BFDE4A (or 0xBFDE4A) is known color: Conifer. HEX triplet: BF, DE and 4A. RGB value is (191,222,74). Sum of RGB (Red+Green+Blue) = 191+222+74=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFDE4A is #4021B5. Grayscale: #C4C4C4. Windows color (decimal): -4202934 or 4906687. OLE color: 4906687.
HSL color Cylindrical-coordinate representation of color #BFDE4A: hue angle of 72.57º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFDE4A is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 74 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.13 |
| HSL | 72.57º | 0.69% | 0.58% | - |
| HSV(B) | 72.57º | 0.67% | 0.87% | - |
| XYZ | 48.84 | 63.81 | 16.22 | - |
| YUV | 195.86 | 59.23 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 74 | 0.14 | 0 | 0.67 | 0.13 | 72.57 | 0.69 | 0.58 |
| Hex | BF | DE | 4A | E | 0 | 43 | D | 49 | 45 | 3A |
| Octal | 277 | 336 | 112 | 16 | 0 | 103 | 15 | 111 | 105 | 72 |
| Binary | 10111111 | 11011110 | 1001010 | 1110 | 0 | 1000011 | 1101 | 1001001 | 1000101 | 111010 |
Color Harmonies of #BFDE4A
Complementary color
Monochromatic Colors of #BFDE4A
Black with #BFDE4A
Text Example
Text Example
White with #BFDE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE4A; }
p { color: rgb(191,222,74); }
H1.HeaderClassName
{
color: #BFDE4A;
}
.AnyTagClassName
{
color: #BFDE4A;
}
</style>
background-color css
<style>
a { background-color: #BFDE4A; }
a { background-color: rgb(191,222,74); }
div.DivClassName
{
background-color: #BFDE4A;
}
.BgClassName
{
background-color: #BFDE4A;
}
</style>
border-color css
<style>
span { border-color: #BFDE4A; }
span { border-color: rgb(191,222,74); }
td.TdClassName
{
border-color: #BFDE4A;
}
.TagClassName
{
border-color: #BFDE4A;
}
</style>