Shades of Conifer #BDD44C
Tints of Conifer #BDD44C
RGB
CMYK
RGB Variations
Color information
#BDD44C (or 0xBDD44C) is known color: Conifer. HEX triplet: BD, D4 and 4C. RGB value is (189,212,76). Sum of RGB (Red+Green+Blue) = 189+212+76=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD44C is #422BB3. Grayscale: #BEBEBE. Windows color (decimal): -4336564 or 5035197. OLE color: 5035197.
HSL color Cylindrical-coordinate representation of color #BDD44C: hue angle of 70.15º 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 #BDD44C is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 76 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.17 |
| HSL | 70.15º | 0.61% | 0.56% | - |
| HSV(B) | 70.15º | 0.64% | 0.83% | - |
| XYZ | 45.83 | 58.43 | 15.7 | - |
| YUV | 189.62 | 63.88 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 76 | 0.11 | 0 | 0.64 | 0.17 | 70.15 | 0.61 | 0.56 |
| Hex | BD | D4 | 4C | B | 0 | 40 | 11 | 46 | 3D | 38 |
| Octal | 275 | 324 | 114 | 13 | 0 | 100 | 21 | 106 | 75 | 70 |
| Binary | 10111101 | 11010100 | 1001100 | 1011 | 0 | 1000000 | 10001 | 1000110 | 111101 | 111000 |
Color Harmonies of #BDD44C
Complementary color
Monochromatic Colors of #BDD44C
Black with #BDD44C
Text Example
Text Example
White with #BDD44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD44C; }
p { color: rgb(189,212,76); }
H1.HeaderClassName
{
color: #BDD44C;
}
.AnyTagClassName
{
color: #BDD44C;
}
</style>
background-color css
<style>
a { background-color: #BDD44C; }
a { background-color: rgb(189,212,76); }
div.DivClassName
{
background-color: #BDD44C;
}
.BgClassName
{
background-color: #BDD44C;
}
</style>
border-color css
<style>
span { border-color: #BDD44C; }
span { border-color: rgb(189,212,76); }
td.TdClassName
{
border-color: #BDD44C;
}
.TagClassName
{
border-color: #BDD44C;
}
</style>