Shades of Conifer #BDD34C
Tints of Conifer #BDD34C
RGB
CMYK
RGB Variations
Color information
#BDD34C (or 0xBDD34C) is known color: Conifer. HEX triplet: BD, D3 and 4C. RGB value is (189,211,76). Sum of RGB (Red+Green+Blue) = 189+211+76=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD34C is #422CB3. Grayscale: #BDBDBD. Windows color (decimal): -4336820 or 5034941. OLE color: 5034941.
HSL color Cylindrical-coordinate representation of color #BDD34C: hue angle of 69.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDD34C is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 211 | 76 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.17 |
| HSL | 69.78º | 0.61% | 0.56% | - |
| HSV(B) | 69.78º | 0.64% | 0.83% | - |
| XYZ | 45.59 | 57.93 | 15.62 | - |
| YUV | 189.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 211 | 76 | 0.10 | 0 | 0.64 | 0.17 | 69.78 | 0.61 | 0.56 |
| Hex | BD | D3 | 4C | A | 0 | 40 | 11 | 46 | 3D | 38 |
| Octal | 275 | 323 | 114 | 12 | 0 | 100 | 21 | 106 | 75 | 70 |
| Binary | 10111101 | 11010011 | 1001100 | 1010 | 0 | 1000000 | 10001 | 1000110 | 111101 | 111000 |
Color Harmonies of #BDD34C
Complementary color
Monochromatic Colors of #BDD34C
Black with #BDD34C
Text Example
Text Example
White with #BDD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD34C; }
p { color: rgb(189,211,76); }
H1.HeaderClassName
{
color: #BDD34C;
}
.AnyTagClassName
{
color: #BDD34C;
}
</style>
background-color css
<style>
a { background-color: #BDD34C; }
a { background-color: rgb(189,211,76); }
div.DivClassName
{
background-color: #BDD34C;
}
.BgClassName
{
background-color: #BDD34C;
}
</style>
border-color css
<style>
span { border-color: #BDD34C; }
span { border-color: rgb(189,211,76); }
td.TdClassName
{
border-color: #BDD34C;
}
.TagClassName
{
border-color: #BDD34C;
}
</style>