Shades of Conifer #BDDD5E
Tints of Conifer #BDDD5E
RGB
CMYK
RGB Variations
Color information
#BDDD5E (or 0xBDDD5E) is known color: Conifer. HEX triplet: BD, DD and 5E. RGB value is (189,221,94). Sum of RGB (Red+Green+Blue) = 189+221+94=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD5E is #4222A1. Grayscale: #C5C5C5. Windows color (decimal): -4334242 or 6217149. OLE color: 6217149.
HSL color Cylindrical-coordinate representation of color #BDDD5E: hue angle of 75.12º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDDD5E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 94 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.13 |
| HSL | 75.12º | 0.65% | 0.62% | - |
| HSV(B) | 75.12º | 0.57% | 0.87% | - |
| XYZ | 48.86 | 63.34 | 20.24 | - |
| YUV | 196.95 | 69.9 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 94 | 0.14 | 0 | 0.57 | 0.13 | 75.12 | 0.65 | 0.62 |
| Hex | BD | DD | 5E | E | 0 | 39 | D | 4B | 41 | 3E |
| Octal | 275 | 335 | 136 | 16 | 0 | 71 | 15 | 113 | 101 | 76 |
| Binary | 10111101 | 11011101 | 1011110 | 1110 | 0 | 111001 | 1101 | 1001011 | 1000001 | 111110 |
Color Harmonies of #BDDD5E
Complementary color
Monochromatic Colors of #BDDD5E
Black with #BDDD5E
Text Example
Text Example
White with #BDDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD5E; }
p { color: rgb(189,221,94); }
H1.HeaderClassName
{
color: #BDDD5E;
}
.AnyTagClassName
{
color: #BDDD5E;
}
</style>
background-color css
<style>
a { background-color: #BDDD5E; }
a { background-color: rgb(189,221,94); }
div.DivClassName
{
background-color: #BDDD5E;
}
.BgClassName
{
background-color: #BDDD5E;
}
</style>
border-color css
<style>
span { border-color: #BDDD5E; }
span { border-color: rgb(189,221,94); }
td.TdClassName
{
border-color: #BDDD5E;
}
.TagClassName
{
border-color: #BDDD5E;
}
</style>