Shades of Conifer #BDDD4D
Tints of Conifer #BDDD4D
RGB
CMYK
RGB Variations
Color information
#BDDD4D (or 0xBDDD4D) is known color: Conifer. HEX triplet: BD, DD and 4D. RGB value is (189,221,77). Sum of RGB (Red+Green+Blue) = 189+221+77=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD4D is #4222B2. Grayscale: #C3C3C3. Windows color (decimal): -4334259 or 5103037. OLE color: 5103037.
HSL color Cylindrical-coordinate representation of color #BDDD4D: hue angle of 73.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDDD4D is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 77 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.13 |
| HSL | 73.33º | 0.68% | 0.58% | - |
| HSV(B) | 73.33º | 0.65% | 0.87% | - |
| XYZ | 48.18 | 63.07 | 16.65 | - |
| YUV | 195.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 77 | 0.14 | 0 | 0.65 | 0.13 | 73.33 | 0.68 | 0.58 |
| Hex | BD | DD | 4D | E | 0 | 41 | D | 49 | 44 | 3A |
| Octal | 275 | 335 | 115 | 16 | 0 | 101 | 15 | 111 | 104 | 72 |
| Binary | 10111101 | 11011101 | 1001101 | 1110 | 0 | 1000001 | 1101 | 1001001 | 1000100 | 111010 |
Color Harmonies of #BDDD4D
Complementary color
Monochromatic Colors of #BDDD4D
Black with #BDDD4D
Text Example
Text Example
White with #BDDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD4D; }
p { color: rgb(189,221,77); }
H1.HeaderClassName
{
color: #BDDD4D;
}
.AnyTagClassName
{
color: #BDDD4D;
}
</style>
background-color css
<style>
a { background-color: #BDDD4D; }
a { background-color: rgb(189,221,77); }
div.DivClassName
{
background-color: #BDDD4D;
}
.BgClassName
{
background-color: #BDDD4D;
}
</style>
border-color css
<style>
span { border-color: #BDDD4D; }
span { border-color: rgb(189,221,77); }
td.TdClassName
{
border-color: #BDDD4D;
}
.TagClassName
{
border-color: #BDDD4D;
}
</style>