Shades of Conifer #BDE347
Tints of Conifer #BDE347
RGB
CMYK
RGB Variations
Color information
#BDE347 (or 0xBDE347) is known color: Conifer. HEX triplet: BD, E3 and 47. RGB value is (189,227,71). Sum of RGB (Red+Green+Blue) = 189+227+71=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE347 is #421CB8. Grayscale: #C6C6C6. Windows color (decimal): -4332729 or 4711357. OLE color: 4711357.
HSL color Cylindrical-coordinate representation of color #BDE347: hue angle of 74.62º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDE347 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 71 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.11 |
| HSL | 74.62º | 0.74% | 0.58% | - |
| HSV(B) | 74.62º | 0.69% | 0.89% | - |
| XYZ | 49.59 | 66.21 | 16.13 | - |
| YUV | 197.85 | 56.41 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 71 | 0.17 | 0 | 0.69 | 0.11 | 74.62 | 0.74 | 0.58 |
| Hex | BD | E3 | 47 | 11 | 0 | 45 | B | 4B | 4A | 3A |
| Octal | 275 | 343 | 107 | 21 | 0 | 105 | 13 | 113 | 112 | 72 |
| Binary | 10111101 | 11100011 | 1000111 | 10001 | 0 | 1000101 | 1011 | 1001011 | 1001010 | 111010 |
Color Harmonies of #BDE347
Complementary color
Monochromatic Colors of #BDE347
Black with #BDE347
Text Example
Text Example
White with #BDE347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE347; }
p { color: rgb(189,227,71); }
H1.HeaderClassName
{
color: #BDE347;
}
.AnyTagClassName
{
color: #BDE347;
}
</style>
background-color css
<style>
a { background-color: #BDE347; }
a { background-color: rgb(189,227,71); }
div.DivClassName
{
background-color: #BDE347;
}
.BgClassName
{
background-color: #BDE347;
}
</style>
border-color css
<style>
span { border-color: #BDE347; }
span { border-color: rgb(189,227,71); }
td.TdClassName
{
border-color: #BDE347;
}
.TagClassName
{
border-color: #BDE347;
}
</style>