Shades of Conifer #BDEC4E
Tints of Conifer #BDEC4E
RGB
CMYK
RGB Variations
Color information
#BDEC4E (or 0xBDEC4E) is known color: Conifer. HEX triplet: BD, EC and 4E. RGB value is (189,236,78). Sum of RGB (Red+Green+Blue) = 189+236+78=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEC4E is #4213B1. Grayscale: #CCCCCC. Windows color (decimal): -4330418 or 5172413. OLE color: 5172413.
HSL color Cylindrical-coordinate representation of color #BDEC4E: hue angle of 77.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDEC4E is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 78 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.07 |
| HSL | 77.85º | 0.81% | 0.62% | - |
| HSV(B) | 77.85º | 0.67% | 0.93% | - |
| XYZ | 52.36 | 71.36 | 18.22 | - |
| YUV | 203.94 | 56.93 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 78 | 0.20 | 0 | 0.67 | 0.07 | 77.85 | 0.81 | 0.62 |
| Hex | BD | EC | 4E | 14 | 0 | 43 | 7 | 4E | 51 | 3E |
| Octal | 275 | 354 | 116 | 24 | 0 | 103 | 7 | 116 | 121 | 76 |
| Binary | 10111101 | 11101100 | 1001110 | 10100 | 0 | 1000011 | 111 | 1001110 | 1010001 | 111110 |
Color Harmonies of #BDEC4E
Complementary color
Monochromatic Colors of #BDEC4E
Black with #BDEC4E
Text Example
Text Example
White with #BDEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEC4E; }
p { color: rgb(189,236,78); }
H1.HeaderClassName
{
color: #BDEC4E;
}
.AnyTagClassName
{
color: #BDEC4E;
}
</style>
background-color css
<style>
a { background-color: #BDEC4E; }
a { background-color: rgb(189,236,78); }
div.DivClassName
{
background-color: #BDEC4E;
}
.BgClassName
{
background-color: #BDEC4E;
}
</style>
border-color css
<style>
span { border-color: #BDEC4E; }
span { border-color: rgb(189,236,78); }
td.TdClassName
{
border-color: #BDEC4E;
}
.TagClassName
{
border-color: #BDEC4E;
}
</style>