Shades of Conifer #BDDD51
Tints of Conifer #BDDD51
RGB
CMYK
RGB Variations
Color information
#BDDD51 (or 0xBDDD51) is known color: Conifer. HEX triplet: BD, DD and 51. RGB value is (189,221,81). Sum of RGB (Red+Green+Blue) = 189+221+81=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD51 is #4222AE. Grayscale: #C3C3C3. Windows color (decimal): -4334255 or 5365181. OLE color: 5365181.
HSL color Cylindrical-coordinate representation of color #BDDD51: hue angle of 73.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDDD51 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 81 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.13 |
| HSL | 73.71º | 0.67% | 0.59% | - |
| HSV(B) | 73.71º | 0.63% | 0.87% | - |
| XYZ | 48.33 | 63.13 | 17.42 | - |
| YUV | 195.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 81 | 0.14 | 0 | 0.63 | 0.13 | 73.71 | 0.67 | 0.59 |
| Hex | BD | DD | 51 | E | 0 | 3F | D | 4A | 43 | 3B |
| Octal | 275 | 335 | 121 | 16 | 0 | 77 | 15 | 112 | 103 | 73 |
| Binary | 10111101 | 11011101 | 1010001 | 1110 | 0 | 111111 | 1101 | 1001010 | 1000011 | 111011 |
Color Harmonies of #BDDD51
Complementary color
Monochromatic Colors of #BDDD51
Black with #BDDD51
Text Example
Text Example
White with #BDDD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD51; }
p { color: rgb(189,221,81); }
H1.HeaderClassName
{
color: #BDDD51;
}
.AnyTagClassName
{
color: #BDDD51;
}
</style>
background-color css
<style>
a { background-color: #BDDD51; }
a { background-color: rgb(189,221,81); }
div.DivClassName
{
background-color: #BDDD51;
}
.BgClassName
{
background-color: #BDDD51;
}
</style>
border-color css
<style>
span { border-color: #BDDD51; }
span { border-color: rgb(189,221,81); }
td.TdClassName
{
border-color: #BDDD51;
}
.TagClassName
{
border-color: #BDDD51;
}
</style>