Shades of Conifer #BDD551
Tints of Conifer #BDD551
RGB
CMYK
RGB Variations
Color information
#BDD551 (or 0xBDD551) is known color: Conifer. HEX triplet: BD, D5 and 51. RGB value is (189,213,81). Sum of RGB (Red+Green+Blue) = 189+213+81=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD551 is #422AAE. Grayscale: #BFBFBF. Windows color (decimal): -4336303 or 5363133. OLE color: 5363133.
HSL color Cylindrical-coordinate representation of color #BDD551: hue angle of 70.91º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDD551 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 81 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.16 |
| HSL | 70.91º | 0.61% | 0.58% | - |
| HSV(B) | 70.91º | 0.62% | 0.84% | - |
| XYZ | 46.27 | 59 | 16.73 | - |
| YUV | 190.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 81 | 0.11 | 0 | 0.62 | 0.16 | 70.91 | 0.61 | 0.58 |
| Hex | BD | D5 | 51 | B | 0 | 3E | 10 | 47 | 3D | 3A |
| Octal | 275 | 325 | 121 | 13 | 0 | 76 | 20 | 107 | 75 | 72 |
| Binary | 10111101 | 11010101 | 1010001 | 1011 | 0 | 111110 | 10000 | 1000111 | 111101 | 111010 |
Color Harmonies of #BDD551
Complementary color
Monochromatic Colors of #BDD551
Black with #BDD551
Text Example
Text Example
White with #BDD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD551; }
p { color: rgb(189,213,81); }
H1.HeaderClassName
{
color: #BDD551;
}
.AnyTagClassName
{
color: #BDD551;
}
</style>
background-color css
<style>
a { background-color: #BDD551; }
a { background-color: rgb(189,213,81); }
div.DivClassName
{
background-color: #BDD551;
}
.BgClassName
{
background-color: #BDD551;
}
</style>
border-color css
<style>
span { border-color: #BDD551; }
span { border-color: rgb(189,213,81); }
td.TdClassName
{
border-color: #BDD551;
}
.TagClassName
{
border-color: #BDD551;
}
</style>