Shades of Conifer #BDD550
Tints of Conifer #BDD550
RGB
CMYK
RGB Variations
Color information
#BDD550 (or 0xBDD550) is known color: Conifer. HEX triplet: BD, D5 and 50. RGB value is (189,213,80). Sum of RGB (Red+Green+Blue) = 189+213+80=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD550 is #422AAF. Grayscale: #BFBFBF. Windows color (decimal): -4336304 or 5297597. OLE color: 5297597.
HSL color Cylindrical-coordinate representation of color #BDD550: hue angle of 70.83º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDD550 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 80 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.16 |
| HSL | 70.83º | 0.61% | 0.57% | - |
| HSV(B) | 70.83º | 0.62% | 0.84% | - |
| XYZ | 46.23 | 58.99 | 16.54 | - |
| YUV | 190.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 80 | 0.11 | 0 | 0.62 | 0.16 | 70.83 | 0.61 | 0.57 |
| Hex | BD | D5 | 50 | B | 0 | 3E | 10 | 47 | 3D | 39 |
| Octal | 275 | 325 | 120 | 13 | 0 | 76 | 20 | 107 | 75 | 71 |
| Binary | 10111101 | 11010101 | 1010000 | 1011 | 0 | 111110 | 10000 | 1000111 | 111101 | 111001 |
Color Harmonies of #BDD550
Complementary color
Monochromatic Colors of #BDD550
Black with #BDD550
Text Example
Text Example
White with #BDD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD550; }
p { color: rgb(189,213,80); }
H1.HeaderClassName
{
color: #BDD550;
}
.AnyTagClassName
{
color: #BDD550;
}
</style>
background-color css
<style>
a { background-color: #BDD550; }
a { background-color: rgb(189,213,80); }
div.DivClassName
{
background-color: #BDD550;
}
.BgClassName
{
background-color: #BDD550;
}
</style>
border-color css
<style>
span { border-color: #BDD550; }
span { border-color: rgb(189,213,80); }
td.TdClassName
{
border-color: #BDD550;
}
.TagClassName
{
border-color: #BDD550;
}
</style>