Shades of Conifer #BDEC56
Tints of Conifer #BDEC56
RGB
CMYK
RGB Variations
Color information
#BDEC56 (or 0xBDEC56) is known color: Conifer. HEX triplet: BD, EC and 56. RGB value is (189,236,86). Sum of RGB (Red+Green+Blue) = 189+236+86=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #BDEC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEC56 is #4213A9. Grayscale: #CDCDCD. Windows color (decimal): -4330410 or 5696701. OLE color: 5696701.
HSL color Cylindrical-coordinate representation of color #BDEC56: hue angle of 78.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDEC56 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 86 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.07 |
| HSL | 78.8º | 0.8% | 0.63% | - |
| HSV(B) | 78.8º | 0.64% | 0.93% | - |
| XYZ | 52.66 | 71.48 | 19.83 | - |
| YUV | 204.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 86 | 0.20 | 0 | 0.64 | 0.07 | 78.8 | 0.8 | 0.63 |
| Hex | BD | EC | 56 | 14 | 0 | 40 | 7 | 4F | 50 | 3F |
| Octal | 275 | 354 | 126 | 24 | 0 | 100 | 7 | 117 | 120 | 77 |
| Binary | 10111101 | 11101100 | 1010110 | 10100 | 0 | 1000000 | 111 | 1001111 | 1010000 | 111111 |
Color Harmonies of #BDEC56
Complementary color
Monochromatic Colors of #BDEC56
Black with #BDEC56
Text Example
Text Example
White with #BDEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEC56; }
p { color: rgb(189,236,86); }
H1.HeaderClassName
{
color: #BDEC56;
}
.AnyTagClassName
{
color: #BDEC56;
}
</style>
background-color css
<style>
a { background-color: #BDEC56; }
a { background-color: rgb(189,236,86); }
div.DivClassName
{
background-color: #BDEC56;
}
.BgClassName
{
background-color: #BDEC56;
}
</style>
border-color css
<style>
span { border-color: #BDEC56; }
span { border-color: rgb(189,236,86); }
td.TdClassName
{
border-color: #BDEC56;
}
.TagClassName
{
border-color: #BDEC56;
}
</style>