Shades of Conifer #BDE445
Tints of Conifer #BDE445
RGB
CMYK
RGB Variations
Color information
#BDE445 (or 0xBDE445) is known color: Conifer. HEX triplet: BD, E4 and 45. RGB value is (189,228,69). Sum of RGB (Red+Green+Blue) = 189+228+69=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE445 is #421BBA. Grayscale: #C6C6C6. Windows color (decimal): -4332475 or 4580541. OLE color: 4580541.
HSL color Cylindrical-coordinate representation of color #BDE445: hue angle of 74.72º degrees, saturation: 0.75, 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 #BDE445 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 69 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.11 |
| HSL | 74.72º | 0.75% | 0.58% | - |
| HSV(B) | 74.72º | 0.7% | 0.89% | - |
| XYZ | 49.8 | 66.74 | 15.89 | - |
| YUV | 198.21 | 55.08 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 69 | 0.17 | 0 | 0.70 | 0.11 | 74.72 | 0.75 | 0.58 |
| Hex | BD | E4 | 45 | 11 | 0 | 46 | B | 4B | 4B | 3A |
| Octal | 275 | 344 | 105 | 21 | 0 | 106 | 13 | 113 | 113 | 72 |
| Binary | 10111101 | 11100100 | 1000101 | 10001 | 0 | 1000110 | 1011 | 1001011 | 1001011 | 111010 |
Color Harmonies of #BDE445
Complementary color
Monochromatic Colors of #BDE445
Black with #BDE445
Text Example
Text Example
White with #BDE445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE445; }
p { color: rgb(189,228,69); }
H1.HeaderClassName
{
color: #BDE445;
}
.AnyTagClassName
{
color: #BDE445;
}
</style>
background-color css
<style>
a { background-color: #BDE445; }
a { background-color: rgb(189,228,69); }
div.DivClassName
{
background-color: #BDE445;
}
.BgClassName
{
background-color: #BDE445;
}
</style>
border-color css
<style>
span { border-color: #BDE445; }
span { border-color: rgb(189,228,69); }
td.TdClassName
{
border-color: #BDE445;
}
.TagClassName
{
border-color: #BDE445;
}
</style>