Shades of Conifer #BFDF62
Tints of Conifer #BFDF62
RGB
CMYK
RGB Variations
Color information
#BFDF62 (or 0xBFDF62) is known color: Conifer. HEX triplet: BF, DF and 62. RGB value is (191,223,98). Sum of RGB (Red+Green+Blue) = 191+223+98=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF62 is #40209D. Grayscale: #C7C7C7. Windows color (decimal): -4202654 or 6479807. OLE color: 6479807.
HSL color Cylindrical-coordinate representation of color #BFDF62: hue angle of 75.36º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFDF62 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 98 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.13 |
| HSL | 75.36º | 0.66% | 0.63% | - |
| HSV(B) | 75.36º | 0.56% | 0.87% | - |
| XYZ | 50.08 | 64.73 | 21.41 | - |
| YUV | 199.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 98 | 0.14 | 0 | 0.56 | 0.13 | 75.36 | 0.66 | 0.63 |
| Hex | BF | DF | 62 | E | 0 | 38 | D | 4B | 42 | 3F |
| Octal | 277 | 337 | 142 | 16 | 0 | 70 | 15 | 113 | 102 | 77 |
| Binary | 10111111 | 11011111 | 1100010 | 1110 | 0 | 111000 | 1101 | 1001011 | 1000010 | 111111 |
Color Harmonies of #BFDF62
Complementary color
Monochromatic Colors of #BFDF62
Black with #BFDF62
Text Example
Text Example
White with #BFDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF62; }
p { color: rgb(191,223,98); }
H1.HeaderClassName
{
color: #BFDF62;
}
.AnyTagClassName
{
color: #BFDF62;
}
</style>
background-color css
<style>
a { background-color: #BFDF62; }
a { background-color: rgb(191,223,98); }
div.DivClassName
{
background-color: #BFDF62;
}
.BgClassName
{
background-color: #BFDF62;
}
</style>
border-color css
<style>
span { border-color: #BFDF62; }
span { border-color: rgb(191,223,98); }
td.TdClassName
{
border-color: #BFDF62;
}
.TagClassName
{
border-color: #BFDF62;
}
</style>