Shades of Conifer #BDE345
Tints of Conifer #BDE345
RGB
CMYK
RGB Variations
Color information
#BDE345 (or 0xBDE345) is known color: Conifer. HEX triplet: BD, E3 and 45. RGB value is (189,227,69). Sum of RGB (Red+Green+Blue) = 189+227+69=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE345 is #421CBA. Grayscale: #C6C6C6. Windows color (decimal): -4332731 or 4580285. OLE color: 4580285.
HSL color Cylindrical-coordinate representation of color #BDE345: hue angle of 74.43º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDE345 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 69 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.11 |
| HSL | 74.43º | 0.74% | 0.58% | - |
| HSV(B) | 74.43º | 0.7% | 0.89% | - |
| XYZ | 49.53 | 66.19 | 15.8 | - |
| YUV | 197.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 69 | 0.17 | 0 | 0.70 | 0.11 | 74.43 | 0.74 | 0.58 |
| Hex | BD | E3 | 45 | 11 | 0 | 46 | B | 4A | 4A | 3A |
| Octal | 275 | 343 | 105 | 21 | 0 | 106 | 13 | 112 | 112 | 72 |
| Binary | 10111101 | 11100011 | 1000101 | 10001 | 0 | 1000110 | 1011 | 1001010 | 1001010 | 111010 |
Color Harmonies of #BDE345
Complementary color
Monochromatic Colors of #BDE345
Black with #BDE345
Text Example
Text Example
White with #BDE345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE345; }
p { color: rgb(189,227,69); }
H1.HeaderClassName
{
color: #BDE345;
}
.AnyTagClassName
{
color: #BDE345;
}
</style>
background-color css
<style>
a { background-color: #BDE345; }
a { background-color: rgb(189,227,69); }
div.DivClassName
{
background-color: #BDE345;
}
.BgClassName
{
background-color: #BDE345;
}
</style>
border-color css
<style>
span { border-color: #BDE345; }
span { border-color: rgb(189,227,69); }
td.TdClassName
{
border-color: #BDE345;
}
.TagClassName
{
border-color: #BDE345;
}
</style>