Shades of Conifer #BDDC4F
Tints of Conifer #BDDC4F
RGB
CMYK
RGB Variations
Color information
#BDDC4F (or 0xBDDC4F) is known color: Conifer. HEX triplet: BD, DC and 4F. RGB value is (189,220,79). Sum of RGB (Red+Green+Blue) = 189+220+79=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC4F is #4223B0. Grayscale: #C3C3C3. Windows color (decimal): -4334513 or 5233853. OLE color: 5233853.
HSL color Cylindrical-coordinate representation of color #BDDC4F: hue angle of 73.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDDC4F is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 79 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.14 |
| HSL | 73.19º | 0.67% | 0.59% | - |
| HSV(B) | 73.19º | 0.64% | 0.86% | - |
| XYZ | 47.99 | 62.57 | 16.94 | - |
| YUV | 194.66 | 62.73 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 79 | 0.14 | 0 | 0.64 | 0.14 | 73.19 | 0.67 | 0.59 |
| Hex | BD | DC | 4F | E | 0 | 40 | E | 49 | 43 | 3B |
| Octal | 275 | 334 | 117 | 16 | 0 | 100 | 16 | 111 | 103 | 73 |
| Binary | 10111101 | 11011100 | 1001111 | 1110 | 0 | 1000000 | 1110 | 1001001 | 1000011 | 111011 |
Color Harmonies of #BDDC4F
Complementary color
Monochromatic Colors of #BDDC4F
Black with #BDDC4F
Text Example
Text Example
White with #BDDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC4F; }
p { color: rgb(189,220,79); }
H1.HeaderClassName
{
color: #BDDC4F;
}
.AnyTagClassName
{
color: #BDDC4F;
}
</style>
background-color css
<style>
a { background-color: #BDDC4F; }
a { background-color: rgb(189,220,79); }
div.DivClassName
{
background-color: #BDDC4F;
}
.BgClassName
{
background-color: #BDDC4F;
}
</style>
border-color css
<style>
span { border-color: #BDDC4F; }
span { border-color: rgb(189,220,79); }
td.TdClassName
{
border-color: #BDDC4F;
}
.TagClassName
{
border-color: #BDDC4F;
}
</style>