Shades of Conifer #BDDD62
Tints of Conifer #BDDD62
RGB
CMYK
RGB Variations
Color information
#BDDD62 (or 0xBDDD62) is known color: Conifer. HEX triplet: BD, DD and 62. RGB value is (189,221,98). Sum of RGB (Red+Green+Blue) = 189+221+98=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 98 (38.67% from 255 or 19.29% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD62 is #42229D. Grayscale: #C5C5C5. Windows color (decimal): -4334238 or 6479293. OLE color: 6479293.
HSL color Cylindrical-coordinate representation of color #BDDD62: hue angle of 75.61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDDD62 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 98 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.13 |
| HSL | 75.61º | 0.64% | 0.63% | - |
| HSV(B) | 75.61º | 0.56% | 0.87% | - |
| XYZ | 49.05 | 63.41 | 21.21 | - |
| YUV | 197.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 98 | 0.14 | 0 | 0.56 | 0.13 | 75.61 | 0.64 | 0.63 |
| Hex | BD | DD | 62 | E | 0 | 38 | D | 4C | 40 | 3F |
| Octal | 275 | 335 | 142 | 16 | 0 | 70 | 15 | 114 | 100 | 77 |
| Binary | 10111101 | 11011101 | 1100010 | 1110 | 0 | 111000 | 1101 | 1001100 | 1000000 | 111111 |
Color Harmonies of #BDDD62
Complementary color
Monochromatic Colors of #BDDD62
Black with #BDDD62
Text Example
Text Example
White with #BDDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD62; }
p { color: rgb(189,221,98); }
H1.HeaderClassName
{
color: #BDDD62;
}
.AnyTagClassName
{
color: #BDDD62;
}
</style>
background-color css
<style>
a { background-color: #BDDD62; }
a { background-color: rgb(189,221,98); }
div.DivClassName
{
background-color: #BDDD62;
}
.BgClassName
{
background-color: #BDDD62;
}
</style>
border-color css
<style>
span { border-color: #BDDD62; }
span { border-color: rgb(189,221,98); }
td.TdClassName
{
border-color: #BDDD62;
}
.TagClassName
{
border-color: #BDDD62;
}
</style>