Shades of Conifer #BDDE61
Tints of Conifer #BDDE61
RGB
CMYK
RGB Variations
Color information
#BDDE61 (or 0xBDDE61) is known color: Conifer. HEX triplet: BD, DE and 61. RGB value is (189,222,97). Sum of RGB (Red+Green+Blue) = 189+222+97=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE61 is #42219E. Grayscale: #C6C6C6. Windows color (decimal): -4333983 or 6414013. OLE color: 6414013.
HSL color Cylindrical-coordinate representation of color #BDDE61: hue angle of 75.84º degrees, saturation: 0.65, 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 #BDDE61 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 97 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.13 |
| HSL | 75.84º | 0.65% | 0.63% | - |
| HSV(B) | 75.84º | 0.56% | 0.87% | - |
| XYZ | 49.27 | 63.92 | 21.05 | - |
| YUV | 197.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 97 | 0.15 | 0 | 0.56 | 0.13 | 75.84 | 0.65 | 0.63 |
| Hex | BD | DE | 61 | F | 0 | 38 | D | 4C | 41 | 3F |
| Octal | 275 | 336 | 141 | 17 | 0 | 70 | 15 | 114 | 101 | 77 |
| Binary | 10111101 | 11011110 | 1100001 | 1111 | 0 | 111000 | 1101 | 1001100 | 1000001 | 111111 |
Color Harmonies of #BDDE61
Complementary color
Monochromatic Colors of #BDDE61
Black with #BDDE61
Text Example
Text Example
White with #BDDE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDE61; }
p { color: rgb(189,222,97); }
H1.HeaderClassName
{
color: #BDDE61;
}
.AnyTagClassName
{
color: #BDDE61;
}
</style>
background-color css
<style>
a { background-color: #BDDE61; }
a { background-color: rgb(189,222,97); }
div.DivClassName
{
background-color: #BDDE61;
}
.BgClassName
{
background-color: #BDDE61;
}
</style>
border-color css
<style>
span { border-color: #BDDE61; }
span { border-color: rgb(189,222,97); }
td.TdClassName
{
border-color: #BDDE61;
}
.TagClassName
{
border-color: #BDDE61;
}
</style>