Shades of Conifer #BDED4D
Tints of Conifer #BDED4D
RGB
CMYK
RGB Variations
Color information
#BDED4D (or 0xBDED4D) is known color: Conifer. HEX triplet: BD, ED and 4D. RGB value is (189,237,77). Sum of RGB (Red+Green+Blue) = 189+237+77=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #BDED4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDED4D is #4212B2. Grayscale: #CCCCCC. Windows color (decimal): -4330163 or 5107133. OLE color: 5107133.
HSL color Cylindrical-coordinate representation of color #BDED4D: hue angle of 78º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDED4D is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 77 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.07 |
| HSL | 78º | 0.82% | 0.62% | - |
| HSV(B) | 78º | 0.68% | 0.93% | - |
| XYZ | 52.61 | 71.92 | 18.13 | - |
| YUV | 204.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 77 | 0.20 | 0 | 0.68 | 0.07 | 78 | 0.82 | 0.62 |
| Hex | BD | ED | 4D | 14 | 0 | 44 | 7 | 4E | 52 | 3E |
| Octal | 275 | 355 | 115 | 24 | 0 | 104 | 7 | 116 | 122 | 76 |
| Binary | 10111101 | 11101101 | 1001101 | 10100 | 0 | 1000100 | 111 | 1001110 | 1010010 | 111110 |
Color Harmonies of #BDED4D
Complementary color
Monochromatic Colors of #BDED4D
Black with #BDED4D
Text Example
Text Example
White with #BDED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDED4D; }
p { color: rgb(189,237,77); }
H1.HeaderClassName
{
color: #BDED4D;
}
.AnyTagClassName
{
color: #BDED4D;
}
</style>
background-color css
<style>
a { background-color: #BDED4D; }
a { background-color: rgb(189,237,77); }
div.DivClassName
{
background-color: #BDED4D;
}
.BgClassName
{
background-color: #BDED4D;
}
</style>
border-color css
<style>
span { border-color: #BDED4D; }
span { border-color: rgb(189,237,77); }
td.TdClassName
{
border-color: #BDED4D;
}
.TagClassName
{
border-color: #BDED4D;
}
</style>