Shades of Conifer #BDDD4E
Tints of Conifer #BDDD4E
RGB
CMYK
RGB Variations
Color information
#BDDD4E (or 0xBDDD4E) is known color: Conifer. HEX triplet: BD, DD and 4E. RGB value is (189,221,78). Sum of RGB (Red+Green+Blue) = 189+221+78=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 78 (30.86% from 255 or 15.98% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDD4E is #4222B1. Grayscale: #C3C3C3. Windows color (decimal): -4334258 or 5168573. OLE color: 5168573.
HSL color Cylindrical-coordinate representation of color #BDDD4E: hue angle of 73.43º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDDD4E is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 78 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.13 |
| HSL | 73.43º | 0.68% | 0.59% | - |
| HSV(B) | 73.43º | 0.65% | 0.87% | - |
| XYZ | 48.22 | 63.08 | 16.84 | - |
| YUV | 195.13 | 61.9 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 78 | 0.14 | 0 | 0.65 | 0.13 | 73.43 | 0.68 | 0.59 |
| Hex | BD | DD | 4E | E | 0 | 41 | D | 49 | 44 | 3B |
| Octal | 275 | 335 | 116 | 16 | 0 | 101 | 15 | 111 | 104 | 73 |
| Binary | 10111101 | 11011101 | 1001110 | 1110 | 0 | 1000001 | 1101 | 1001001 | 1000100 | 111011 |
Color Harmonies of #BDDD4E
Complementary color
Monochromatic Colors of #BDDD4E
Black with #BDDD4E
Text Example
Text Example
White with #BDDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD4E; }
p { color: rgb(189,221,78); }
H1.HeaderClassName
{
color: #BDDD4E;
}
.AnyTagClassName
{
color: #BDDD4E;
}
</style>
background-color css
<style>
a { background-color: #BDDD4E; }
a { background-color: rgb(189,221,78); }
div.DivClassName
{
background-color: #BDDD4E;
}
.BgClassName
{
background-color: #BDDD4E;
}
</style>
border-color css
<style>
span { border-color: #BDDD4E; }
span { border-color: rgb(189,221,78); }
td.TdClassName
{
border-color: #BDDD4E;
}
.TagClassName
{
border-color: #BDDD4E;
}
</style>