Shades of Conifer #BFDD57
Tints of Conifer #BFDD57
RGB
CMYK
RGB Variations
Color information
#BFDD57 (or 0xBFDD57) is known color: Conifer. HEX triplet: BF, DD and 57. RGB value is (191,221,87). Sum of RGB (Red+Green+Blue) = 191+221+87=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD57 is #4022A8. Grayscale: #C5C5C5. Windows color (decimal): -4203177 or 5758399. OLE color: 5758399.
HSL color Cylindrical-coordinate representation of color #BFDD57: hue angle of 73.43º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFDD57 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 87 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.13 |
| HSL | 73.43º | 0.66% | 0.6% | - |
| HSV(B) | 73.43º | 0.61% | 0.87% | - |
| XYZ | 49.06 | 63.48 | 18.68 | - |
| YUV | 196.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 87 | 0.14 | 0 | 0.61 | 0.13 | 73.43 | 0.66 | 0.6 |
| Hex | BF | DD | 57 | E | 0 | 3D | D | 49 | 42 | 3C |
| Octal | 277 | 335 | 127 | 16 | 0 | 75 | 15 | 111 | 102 | 74 |
| Binary | 10111111 | 11011101 | 1010111 | 1110 | 0 | 111101 | 1101 | 1001001 | 1000010 | 111100 |
Color Harmonies of #BFDD57
Complementary color
Monochromatic Colors of #BFDD57
Black with #BFDD57
Text Example
Text Example
White with #BFDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD57; }
p { color: rgb(191,221,87); }
H1.HeaderClassName
{
color: #BFDD57;
}
.AnyTagClassName
{
color: #BFDD57;
}
</style>
background-color css
<style>
a { background-color: #BFDD57; }
a { background-color: rgb(191,221,87); }
div.DivClassName
{
background-color: #BFDD57;
}
.BgClassName
{
background-color: #BFDD57;
}
</style>
border-color css
<style>
span { border-color: #BFDD57; }
span { border-color: rgb(191,221,87); }
td.TdClassName
{
border-color: #BFDD57;
}
.TagClassName
{
border-color: #BFDD57;
}
</style>