Shades of Conifer #BDE464
Tints of Conifer #BDE464
RGB
CMYK
RGB Variations
Color information
#BDE464 (or 0xBDE464) is known color: Conifer. HEX triplet: BD, E4 and 64. RGB value is (189,228,100). Sum of RGB (Red+Green+Blue) = 189+228+100=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE464 is #421B9B. Grayscale: #CACACA. Windows color (decimal): -4332444 or 6612157. OLE color: 6612157.
HSL color Cylindrical-coordinate representation of color #BDE464: hue angle of 78.28º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDE464 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 100 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.11 |
| HSL | 78.28º | 0.7% | 0.64% | - |
| HSV(B) | 78.28º | 0.56% | 0.89% | - |
| XYZ | 51.03 | 67.23 | 22.34 | - |
| YUV | 201.75 | 70.58 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 100 | 0.17 | 0 | 0.56 | 0.11 | 78.28 | 0.7 | 0.64 |
| Hex | BD | E4 | 64 | 11 | 0 | 38 | B | 4E | 46 | 40 |
| Octal | 275 | 344 | 144 | 21 | 0 | 70 | 13 | 116 | 106 | 100 |
| Binary | 10111101 | 11100100 | 1100100 | 10001 | 0 | 111000 | 1011 | 1001110 | 1000110 | 1000000 |
Color Harmonies of #BDE464
Complementary color
Monochromatic Colors of #BDE464
Black with #BDE464
Text Example
Text Example
White with #BDE464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE464; }
p { color: rgb(189,228,100); }
H1.HeaderClassName
{
color: #BDE464;
}
.AnyTagClassName
{
color: #BDE464;
}
</style>
background-color css
<style>
a { background-color: #BDE464; }
a { background-color: rgb(189,228,100); }
div.DivClassName
{
background-color: #BDE464;
}
.BgClassName
{
background-color: #BDE464;
}
</style>
border-color css
<style>
span { border-color: #BDE464; }
span { border-color: rgb(189,228,100); }
td.TdClassName
{
border-color: #BDE464;
}
.TagClassName
{
border-color: #BDE464;
}
</style>