Shades of Conifer #BDDD63
Tints of Conifer #BDDD63
RGB
CMYK
RGB Variations
Color information
#BDDD63 (or 0xBDDD63) is known color: Conifer. HEX triplet: BD, DD and 63. RGB value is (189,221,99). Sum of RGB (Red+Green+Blue) = 189+221+99=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD63 is #42229C. Grayscale: #C5C5C5. Windows color (decimal): -4334237 or 6544829. OLE color: 6544829.
HSL color Cylindrical-coordinate representation of color #BDDD63: hue angle of 75.74º 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 #BDDD63 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 99 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.13 |
| HSL | 75.74º | 0.64% | 0.63% | - |
| HSV(B) | 75.74º | 0.55% | 0.87% | - |
| XYZ | 49.09 | 63.43 | 21.46 | - |
| YUV | 197.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 99 | 0.14 | 0 | 0.55 | 0.13 | 75.74 | 0.64 | 0.63 |
| Hex | BD | DD | 63 | E | 0 | 37 | D | 4C | 40 | 3F |
| Octal | 275 | 335 | 143 | 16 | 0 | 67 | 15 | 114 | 100 | 77 |
| Binary | 10111101 | 11011101 | 1100011 | 1110 | 0 | 110111 | 1101 | 1001100 | 1000000 | 111111 |
Color Harmonies of #BDDD63
Complementary color
Monochromatic Colors of #BDDD63
Black with #BDDD63
Text Example
Text Example
White with #BDDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD63; }
p { color: rgb(189,221,99); }
H1.HeaderClassName
{
color: #BDDD63;
}
.AnyTagClassName
{
color: #BDDD63;
}
</style>
background-color css
<style>
a { background-color: #BDDD63; }
a { background-color: rgb(189,221,99); }
div.DivClassName
{
background-color: #BDDD63;
}
.BgClassName
{
background-color: #BDDD63;
}
</style>
border-color css
<style>
span { border-color: #BDDD63; }
span { border-color: rgb(189,221,99); }
td.TdClassName
{
border-color: #BDDD63;
}
.TagClassName
{
border-color: #BDDD63;
}
</style>