Shades of Conifer #BDDB4E
Tints of Conifer #BDDB4E
RGB
CMYK
RGB Variations
Color information
#BDDB4E (or 0xBDDB4E) is known color: Conifer. HEX triplet: BD, DB and 4E. RGB value is (189,219,78). Sum of RGB (Red+Green+Blue) = 189+219+78=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 78 (30.86% from 255 or 16.05% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB4E is #4224B1. Grayscale: #C2C2C2. Windows color (decimal): -4334770 or 5168061. OLE color: 5168061.
HSL color Cylindrical-coordinate representation of color #BDDB4E: hue angle of 72.77º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDDB4E is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 78 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.14 |
| HSL | 72.77º | 0.66% | 0.58% | - |
| HSV(B) | 72.77º | 0.64% | 0.86% | - |
| XYZ | 47.69 | 62.03 | 16.67 | - |
| YUV | 193.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 78 | 0.14 | 0 | 0.64 | 0.14 | 72.77 | 0.66 | 0.58 |
| Hex | BD | DB | 4E | E | 0 | 40 | E | 49 | 42 | 3A |
| Octal | 275 | 333 | 116 | 16 | 0 | 100 | 16 | 111 | 102 | 72 |
| Binary | 10111101 | 11011011 | 1001110 | 1110 | 0 | 1000000 | 1110 | 1001001 | 1000010 | 111010 |
Color Harmonies of #BDDB4E
Complementary color
Monochromatic Colors of #BDDB4E
Black with #BDDB4E
Text Example
Text Example
White with #BDDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB4E; }
p { color: rgb(189,219,78); }
H1.HeaderClassName
{
color: #BDDB4E;
}
.AnyTagClassName
{
color: #BDDB4E;
}
</style>
background-color css
<style>
a { background-color: #BDDB4E; }
a { background-color: rgb(189,219,78); }
div.DivClassName
{
background-color: #BDDB4E;
}
.BgClassName
{
background-color: #BDDB4E;
}
</style>
border-color css
<style>
span { border-color: #BDDB4E; }
span { border-color: rgb(189,219,78); }
td.TdClassName
{
border-color: #BDDB4E;
}
.TagClassName
{
border-color: #BDDB4E;
}
</style>