Shades of Conifer #BDDD65
Tints of Conifer #BDDD65
RGB
CMYK
RGB Variations
Color information
#BDDD65 (or 0xBDDD65) is known color: Conifer. HEX triplet: BD, DD and 65. RGB value is (189,221,101). Sum of RGB (Red+Green+Blue) = 189+221+101=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD65 is #42229A. Grayscale: #C6C6C6. Windows color (decimal): -4334235 or 6675901. OLE color: 6675901.
HSL color Cylindrical-coordinate representation of color #BDDD65: hue angle of 76º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDDD65 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 101 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.13 |
| HSL | 76º | 0.64% | 0.63% | - |
| HSV(B) | 76º | 0.54% | 0.87% | - |
| XYZ | 49.19 | 63.47 | 21.97 | - |
| YUV | 197.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 101 | 0.14 | 0 | 0.54 | 0.13 | 76 | 0.64 | 0.63 |
| Hex | BD | DD | 65 | E | 0 | 36 | D | 4C | 40 | 3F |
| Octal | 275 | 335 | 145 | 16 | 0 | 66 | 15 | 114 | 100 | 77 |
| Binary | 10111101 | 11011101 | 1100101 | 1110 | 0 | 110110 | 1101 | 1001100 | 1000000 | 111111 |
Color Harmonies of #BDDD65
Complementary color
Monochromatic Colors of #BDDD65
Black with #BDDD65
Text Example
Text Example
White with #BDDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD65; }
p { color: rgb(189,221,101); }
H1.HeaderClassName
{
color: #BDDD65;
}
.AnyTagClassName
{
color: #BDDD65;
}
</style>
background-color css
<style>
a { background-color: #BDDD65; }
a { background-color: rgb(189,221,101); }
div.DivClassName
{
background-color: #BDDD65;
}
.BgClassName
{
background-color: #BDDD65;
}
</style>
border-color css
<style>
span { border-color: #BDDD65; }
span { border-color: rgb(189,221,101); }
td.TdClassName
{
border-color: #BDDD65;
}
.TagClassName
{
border-color: #BDDD65;
}
</style>