Shades of Conifer #BDDD55
Tints of Conifer #BDDD55
RGB
CMYK
RGB Variations
Color information
#BDDD55 (or 0xBDDD55) is known color: Conifer. HEX triplet: BD, DD and 55. RGB value is (189,221,85). Sum of RGB (Red+Green+Blue) = 189+221+85=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD55 is #4222AA. Grayscale: #C4C4C4. Windows color (decimal): -4334251 or 5627325. OLE color: 5627325.
HSL color Cylindrical-coordinate representation of color #BDDD55: hue angle of 74.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDDD55 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 85 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.13 |
| HSL | 74.12º | 0.67% | 0.6% | - |
| HSV(B) | 74.12º | 0.62% | 0.87% | - |
| XYZ | 48.48 | 63.19 | 18.24 | - |
| YUV | 195.93 | 65.4 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 85 | 0.14 | 0 | 0.62 | 0.13 | 74.12 | 0.67 | 0.6 |
| Hex | BD | DD | 55 | E | 0 | 3E | D | 4A | 43 | 3C |
| Octal | 275 | 335 | 125 | 16 | 0 | 76 | 15 | 112 | 103 | 74 |
| Binary | 10111101 | 11011101 | 1010101 | 1110 | 0 | 111110 | 1101 | 1001010 | 1000011 | 111100 |
Color Harmonies of #BDDD55
Complementary color
Monochromatic Colors of #BDDD55
Black with #BDDD55
Text Example
Text Example
White with #BDDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD55; }
p { color: rgb(189,221,85); }
H1.HeaderClassName
{
color: #BDDD55;
}
.AnyTagClassName
{
color: #BDDD55;
}
</style>
background-color css
<style>
a { background-color: #BDDD55; }
a { background-color: rgb(189,221,85); }
div.DivClassName
{
background-color: #BDDD55;
}
.BgClassName
{
background-color: #BDDD55;
}
</style>
border-color css
<style>
span { border-color: #BDDD55; }
span { border-color: rgb(189,221,85); }
td.TdClassName
{
border-color: #BDDD55;
}
.TagClassName
{
border-color: #BDDD55;
}
</style>