Shades of Conifer #BDE564
Tints of Conifer #BDE564
RGB
CMYK
RGB Variations
Color information
#BDE564 (or 0xBDE564) is known color: Conifer. HEX triplet: BD, E5 and 64. RGB value is (189,229,100). Sum of RGB (Red+Green+Blue) = 189+229+100=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE564 is #421A9B. Grayscale: #CACACA. Windows color (decimal): -4332188 or 6612413. OLE color: 6612413.
HSL color Cylindrical-coordinate representation of color #BDE564: hue angle of 78.6º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDE564 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 100 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.10 |
| HSL | 78.6º | 0.71% | 0.65% | - |
| HSV(B) | 78.6º | 0.56% | 0.9% | - |
| XYZ | 51.31 | 67.78 | 22.43 | - |
| YUV | 202.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 100 | 0.17 | 0 | 0.56 | 0.10 | 78.6 | 0.71 | 0.65 |
| Hex | BD | E5 | 64 | 11 | 0 | 38 | A | 4F | 47 | 41 |
| Octal | 275 | 345 | 144 | 21 | 0 | 70 | 12 | 117 | 107 | 101 |
| Binary | 10111101 | 11100101 | 1100100 | 10001 | 0 | 111000 | 1010 | 1001111 | 1000111 | 1000001 |
Color Harmonies of #BDE564
Complementary color
Monochromatic Colors of #BDE564
Black with #BDE564
Text Example
Text Example
White with #BDE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE564; }
p { color: rgb(189,229,100); }
H1.HeaderClassName
{
color: #BDE564;
}
.AnyTagClassName
{
color: #BDE564;
}
</style>
background-color css
<style>
a { background-color: #BDE564; }
a { background-color: rgb(189,229,100); }
div.DivClassName
{
background-color: #BDE564;
}
.BgClassName
{
background-color: #BDE564;
}
</style>
border-color css
<style>
span { border-color: #BDE564; }
span { border-color: rgb(189,229,100); }
td.TdClassName
{
border-color: #BDE564;
}
.TagClassName
{
border-color: #BDE564;
}
</style>