Shades of Conifer #BDDD61
Tints of Conifer #BDDD61
RGB
CMYK
RGB Variations
Color information
#BDDD61 (or 0xBDDD61) is known color: Conifer. HEX triplet: BD, DD and 61. RGB value is (189,221,97). Sum of RGB (Red+Green+Blue) = 189+221+97=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD61 is #42229E. Grayscale: #C5C5C5. Windows color (decimal): -4334239 or 6413757. OLE color: 6413757.
HSL color Cylindrical-coordinate representation of color #BDDD61: hue angle of 75.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDDD61 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 97 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.13 |
| HSL | 75.48º | 0.65% | 0.62% | - |
| HSV(B) | 75.48º | 0.56% | 0.87% | - |
| XYZ | 49 | 63.39 | 20.96 | - |
| YUV | 197.3 | 71.4 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 97 | 0.14 | 0 | 0.56 | 0.13 | 75.48 | 0.65 | 0.62 |
| Hex | BD | DD | 61 | E | 0 | 38 | D | 4B | 41 | 3E |
| Octal | 275 | 335 | 141 | 16 | 0 | 70 | 15 | 113 | 101 | 76 |
| Binary | 10111101 | 11011101 | 1100001 | 1110 | 0 | 111000 | 1101 | 1001011 | 1000001 | 111110 |
Color Harmonies of #BDDD61
Complementary color
Monochromatic Colors of #BDDD61
Black with #BDDD61
Text Example
Text Example
White with #BDDD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD61; }
p { color: rgb(189,221,97); }
H1.HeaderClassName
{
color: #BDDD61;
}
.AnyTagClassName
{
color: #BDDD61;
}
</style>
background-color css
<style>
a { background-color: #BDDD61; }
a { background-color: rgb(189,221,97); }
div.DivClassName
{
background-color: #BDDD61;
}
.BgClassName
{
background-color: #BDDD61;
}
</style>
border-color css
<style>
span { border-color: #BDDD61; }
span { border-color: rgb(189,221,97); }
td.TdClassName
{
border-color: #BDDD61;
}
.TagClassName
{
border-color: #BDDD61;
}
</style>