Shades of Conifer #BDDA4D
Tints of Conifer #BDDA4D
RGB
CMYK
RGB Variations
Color information
#BDDA4D (or 0xBDDA4D) is known color: Conifer. HEX triplet: BD, DA and 4D. RGB value is (189,218,77). Sum of RGB (Red+Green+Blue) = 189+218+77=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA4D is #4225B2. Grayscale: #C1C1C1. Windows color (decimal): -4335027 or 5102269. OLE color: 5102269.
HSL color Cylindrical-coordinate representation of color #BDDA4D: hue angle of 72.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDDA4D is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 77 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.15 |
| HSL | 72.34º | 0.66% | 0.58% | - |
| HSV(B) | 72.34º | 0.65% | 0.85% | - |
| XYZ | 47.4 | 61.5 | 16.39 | - |
| YUV | 193.26 | 62.39 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 77 | 0.13 | 0 | 0.65 | 0.15 | 72.34 | 0.66 | 0.58 |
| Hex | BD | DA | 4D | D | 0 | 41 | F | 48 | 42 | 3A |
| Octal | 275 | 332 | 115 | 15 | 0 | 101 | 17 | 110 | 102 | 72 |
| Binary | 10111101 | 11011010 | 1001101 | 1101 | 0 | 1000001 | 1111 | 1001000 | 1000010 | 111010 |
Color Harmonies of #BDDA4D
Complementary color
Monochromatic Colors of #BDDA4D
Black with #BDDA4D
Text Example
Text Example
White with #BDDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA4D; }
p { color: rgb(189,218,77); }
H1.HeaderClassName
{
color: #BDDA4D;
}
.AnyTagClassName
{
color: #BDDA4D;
}
</style>
background-color css
<style>
a { background-color: #BDDA4D; }
a { background-color: rgb(189,218,77); }
div.DivClassName
{
background-color: #BDDA4D;
}
.BgClassName
{
background-color: #BDDA4D;
}
</style>
border-color css
<style>
span { border-color: #BDDA4D; }
span { border-color: rgb(189,218,77); }
td.TdClassName
{
border-color: #BDDA4D;
}
.TagClassName
{
border-color: #BDDA4D;
}
</style>