Shades of Conifer #BDE546
Tints of Conifer #BDE546
RGB
CMYK
RGB Variations
Color information
#BDE546 (or 0xBDE546) is known color: Conifer. HEX triplet: BD, E5 and 46. RGB value is (189,229,70). Sum of RGB (Red+Green+Blue) = 189+229+70=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE546 is #421AB9. Grayscale: #C7C7C7. Windows color (decimal): -4332218 or 4646333. OLE color: 4646333.
HSL color Cylindrical-coordinate representation of color #BDE546: hue angle of 75.09º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDE546 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 70 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.10 |
| HSL | 75.09º | 0.75% | 0.59% | - |
| HSV(B) | 75.09º | 0.69% | 0.9% | - |
| XYZ | 50.11 | 67.3 | 16.14 | - |
| YUV | 198.91 | 55.25 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 70 | 0.17 | 0 | 0.69 | 0.10 | 75.09 | 0.75 | 0.59 |
| Hex | BD | E5 | 46 | 11 | 0 | 45 | A | 4B | 4B | 3B |
| Octal | 275 | 345 | 106 | 21 | 0 | 105 | 12 | 113 | 113 | 73 |
| Binary | 10111101 | 11100101 | 1000110 | 10001 | 0 | 1000101 | 1010 | 1001011 | 1001011 | 111011 |
Color Harmonies of #BDE546
Complementary color
Monochromatic Colors of #BDE546
Black with #BDE546
Text Example
Text Example
White with #BDE546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE546; }
p { color: rgb(189,229,70); }
H1.HeaderClassName
{
color: #BDE546;
}
.AnyTagClassName
{
color: #BDE546;
}
</style>
background-color css
<style>
a { background-color: #BDE546; }
a { background-color: rgb(189,229,70); }
div.DivClassName
{
background-color: #BDE546;
}
.BgClassName
{
background-color: #BDE546;
}
</style>
border-color css
<style>
span { border-color: #BDE546; }
span { border-color: rgb(189,229,70); }
td.TdClassName
{
border-color: #BDE546;
}
.TagClassName
{
border-color: #BDE546;
}
</style>