Shades of Conifer #BFDD58
Tints of Conifer #BFDD58
RGB
CMYK
RGB Variations
Color information
#BFDD58 (or 0xBFDD58) is known color: Conifer. HEX triplet: BF, DD and 58. RGB value is (191,221,88). Sum of RGB (Red+Green+Blue) = 191+221+88=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD58 is #4022A7. Grayscale: #C5C5C5. Windows color (decimal): -4203176 or 5823935. OLE color: 5823935.
HSL color Cylindrical-coordinate representation of color #BFDD58: hue angle of 73.53º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFDD58 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 88 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.13 |
| HSL | 73.53º | 0.66% | 0.61% | - |
| HSV(B) | 73.53º | 0.6% | 0.87% | - |
| XYZ | 49.1 | 63.49 | 18.9 | - |
| YUV | 196.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 88 | 0.14 | 0 | 0.60 | 0.13 | 73.53 | 0.66 | 0.61 |
| Hex | BF | DD | 58 | E | 0 | 3C | D | 4A | 42 | 3D |
| Octal | 277 | 335 | 130 | 16 | 0 | 74 | 15 | 112 | 102 | 75 |
| Binary | 10111111 | 11011101 | 1011000 | 1110 | 0 | 111100 | 1101 | 1001010 | 1000010 | 111101 |
Color Harmonies of #BFDD58
Complementary color
Monochromatic Colors of #BFDD58
Black with #BFDD58
Text Example
Text Example
White with #BFDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD58; }
p { color: rgb(191,221,88); }
H1.HeaderClassName
{
color: #BFDD58;
}
.AnyTagClassName
{
color: #BFDD58;
}
</style>
background-color css
<style>
a { background-color: #BFDD58; }
a { background-color: rgb(191,221,88); }
div.DivClassName
{
background-color: #BFDD58;
}
.BgClassName
{
background-color: #BFDD58;
}
</style>
border-color css
<style>
span { border-color: #BFDD58; }
span { border-color: rgb(191,221,88); }
td.TdClassName
{
border-color: #BFDD58;
}
.TagClassName
{
border-color: #BFDD58;
}
</style>