Shades of Conifer #BDF056
Tints of Conifer #BDF056
RGB
CMYK
RGB Variations
Color information
#BDF056 (or 0xBDF056) is known color: Conifer. HEX triplet: BD, F0 and 56. RGB value is (189,240,86). Sum of RGB (Red+Green+Blue) = 189+240+86=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF056 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF056 is #420FA9. Grayscale: #CFCFCF. Windows color (decimal): -4329386 or 5697725. OLE color: 5697725.
HSL color Cylindrical-coordinate representation of color #BDF056: hue angle of 79.87º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDF056 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 86 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.06 |
| HSL | 79.87º | 0.84% | 0.64% | - |
| HSV(B) | 79.87º | 0.64% | 0.94% | - |
| XYZ | 53.83 | 73.81 | 20.21 | - |
| YUV | 207.2 | 59.6 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 86 | 0.21 | 0 | 0.64 | 0.06 | 79.87 | 0.84 | 0.64 |
| Hex | BD | F0 | 56 | 15 | 0 | 40 | 6 | 50 | 54 | 40 |
| Octal | 275 | 360 | 126 | 25 | 0 | 100 | 6 | 120 | 124 | 100 |
| Binary | 10111101 | 11110000 | 1010110 | 10101 | 0 | 1000000 | 110 | 1010000 | 1010100 | 1000000 |
Color Harmonies of #BDF056
Complementary color
Monochromatic Colors of #BDF056
Black with #BDF056
Text Example
Text Example
White with #BDF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF056; }
p { color: rgb(189,240,86); }
H1.HeaderClassName
{
color: #BDF056;
}
.AnyTagClassName
{
color: #BDF056;
}
</style>
background-color css
<style>
a { background-color: #BDF056; }
a { background-color: rgb(189,240,86); }
div.DivClassName
{
background-color: #BDF056;
}
.BgClassName
{
background-color: #BDF056;
}
</style>
border-color css
<style>
span { border-color: #BDF056; }
span { border-color: rgb(189,240,86); }
td.TdClassName
{
border-color: #BDF056;
}
.TagClassName
{
border-color: #BDF056;
}
</style>