Shades of Conifer #BDDD64
Tints of Conifer #BDDD64
RGB
CMYK
RGB Variations
Color information
#BDDD64 (or 0xBDDD64) is known color: Conifer. HEX triplet: BD, DD and 64. RGB value is (189,221,100). Sum of RGB (Red+Green+Blue) = 189+221+100=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD64 is #42229B. Grayscale: #C6C6C6. Windows color (decimal): -4334236 or 6610365. OLE color: 6610365.
HSL color Cylindrical-coordinate representation of color #BDDD64: hue angle of 75.87º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDDD64 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 100 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.13 |
| HSL | 75.87º | 0.64% | 0.63% | - |
| HSV(B) | 75.87º | 0.55% | 0.87% | - |
| XYZ | 49.14 | 63.45 | 21.71 | - |
| YUV | 197.64 | 72.9 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 100 | 0.14 | 0 | 0.55 | 0.13 | 75.87 | 0.64 | 0.63 |
| Hex | BD | DD | 64 | E | 0 | 37 | D | 4C | 40 | 3F |
| Octal | 275 | 335 | 144 | 16 | 0 | 67 | 15 | 114 | 100 | 77 |
| Binary | 10111101 | 11011101 | 1100100 | 1110 | 0 | 110111 | 1101 | 1001100 | 1000000 | 111111 |
Color Harmonies of #BDDD64
Complementary color
Monochromatic Colors of #BDDD64
Black with #BDDD64
Text Example
Text Example
White with #BDDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD64; }
p { color: rgb(189,221,100); }
H1.HeaderClassName
{
color: #BDDD64;
}
.AnyTagClassName
{
color: #BDDD64;
}
</style>
background-color css
<style>
a { background-color: #BDDD64; }
a { background-color: rgb(189,221,100); }
div.DivClassName
{
background-color: #BDDD64;
}
.BgClassName
{
background-color: #BDDD64;
}
</style>
border-color css
<style>
span { border-color: #BDDD64; }
span { border-color: rgb(189,221,100); }
td.TdClassName
{
border-color: #BDDD64;
}
.TagClassName
{
border-color: #BDDD64;
}
</style>