Shades of Conifer #BDDF47
Tints of Conifer #BDDF47
RGB
CMYK
RGB Variations
Color information
#BDDF47 (or 0xBDDF47) is known color: Conifer. HEX triplet: BD, DF and 47. RGB value is (189,223,71). Sum of RGB (Red+Green+Blue) = 189+223+71=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF47 is #4220B8. Grayscale: #C4C4C4. Windows color (decimal): -4333753 or 4710333. OLE color: 4710333.
HSL color Cylindrical-coordinate representation of color #BDDF47: hue angle of 73.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDDF47 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 71 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.13 |
| HSL | 73.42º | 0.7% | 0.58% | - |
| HSV(B) | 73.42º | 0.68% | 0.87% | - |
| XYZ | 48.51 | 64.05 | 15.77 | - |
| YUV | 195.51 | 57.74 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 71 | 0.15 | 0 | 0.68 | 0.13 | 73.42 | 0.7 | 0.58 |
| Hex | BD | DF | 47 | F | 0 | 44 | D | 49 | 46 | 3A |
| Octal | 275 | 337 | 107 | 17 | 0 | 104 | 15 | 111 | 106 | 72 |
| Binary | 10111101 | 11011111 | 1000111 | 1111 | 0 | 1000100 | 1101 | 1001001 | 1000110 | 111010 |
Color Harmonies of #BDDF47
Complementary color
Monochromatic Colors of #BDDF47
Black with #BDDF47
Text Example
Text Example
White with #BDDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF47; }
p { color: rgb(189,223,71); }
H1.HeaderClassName
{
color: #BDDF47;
}
.AnyTagClassName
{
color: #BDDF47;
}
</style>
background-color css
<style>
a { background-color: #BDDF47; }
a { background-color: rgb(189,223,71); }
div.DivClassName
{
background-color: #BDDF47;
}
.BgClassName
{
background-color: #BDDF47;
}
</style>
border-color css
<style>
span { border-color: #BDDF47; }
span { border-color: rgb(189,223,71); }
td.TdClassName
{
border-color: #BDDF47;
}
.TagClassName
{
border-color: #BDDF47;
}
</style>