Shades of Conifer #BDF356
Tints of Conifer #BDF356
RGB
CMYK
RGB Variations
Color information
#BDF356 (or 0xBDF356) is known color: Conifer. HEX triplet: BD, F3 and 56. RGB value is (189,243,86). Sum of RGB (Red+Green+Blue) = 189+243+86=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF356 is #420CA9. Grayscale: #D1D1D1. Windows color (decimal): -4328618 or 5698493. OLE color: 5698493.
HSL color Cylindrical-coordinate representation of color #BDF356: hue angle of 80.64º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDF356 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 86 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.05 |
| HSL | 80.64º | 0.87% | 0.65% | - |
| HSV(B) | 80.64º | 0.65% | 0.95% | - |
| XYZ | 54.72 | 75.59 | 20.51 | - |
| YUV | 208.96 | 58.61 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 86 | 0.22 | 0 | 0.65 | 0.05 | 80.64 | 0.87 | 0.65 |
| Hex | BD | F3 | 56 | 16 | 0 | 41 | 5 | 51 | 57 | 41 |
| Octal | 275 | 363 | 126 | 26 | 0 | 101 | 5 | 121 | 127 | 101 |
| Binary | 10111101 | 11110011 | 1010110 | 10110 | 0 | 1000001 | 101 | 1010001 | 1010111 | 1000001 |
Color Harmonies of #BDF356
Complementary color
Monochromatic Colors of #BDF356
Black with #BDF356
Text Example
Text Example
White with #BDF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF356; }
p { color: rgb(189,243,86); }
H1.HeaderClassName
{
color: #BDF356;
}
.AnyTagClassName
{
color: #BDF356;
}
</style>
background-color css
<style>
a { background-color: #BDF356; }
a { background-color: rgb(189,243,86); }
div.DivClassName
{
background-color: #BDF356;
}
.BgClassName
{
background-color: #BDF356;
}
</style>
border-color css
<style>
span { border-color: #BDF356; }
span { border-color: rgb(189,243,86); }
td.TdClassName
{
border-color: #BDF356;
}
.TagClassName
{
border-color: #BDF356;
}
</style>