Shades of Conifer #BDF456
Tints of Conifer #BDF456
RGB
CMYK
RGB Variations
Color information
#BDF456 (or 0xBDF456) is known color: Conifer. HEX triplet: BD, F4 and 56. RGB value is (189,244,86). Sum of RGB (Red+Green+Blue) = 189+244+86=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF456 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF456 is #420BA9. Grayscale: #D2D2D2. Windows color (decimal): -4328362 or 5698749. OLE color: 5698749.
HSL color Cylindrical-coordinate representation of color #BDF456: hue angle of 80.89º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDF456 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 86 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.04 |
| HSL | 80.89º | 0.88% | 0.65% | - |
| HSV(B) | 80.89º | 0.65% | 0.96% | - |
| XYZ | 55.02 | 76.19 | 20.61 | - |
| YUV | 209.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 86 | 0.23 | 0 | 0.65 | 0.04 | 80.89 | 0.88 | 0.65 |
| Hex | BD | F4 | 56 | 17 | 0 | 41 | 4 | 51 | 58 | 41 |
| Octal | 275 | 364 | 126 | 27 | 0 | 101 | 4 | 121 | 130 | 101 |
| Binary | 10111101 | 11110100 | 1010110 | 10111 | 0 | 1000001 | 100 | 1010001 | 1011000 | 1000001 |
Color Harmonies of #BDF456
Complementary color
Monochromatic Colors of #BDF456
Black with #BDF456
Text Example
Text Example
White with #BDF456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF456; }
p { color: rgb(189,244,86); }
H1.HeaderClassName
{
color: #BDF456;
}
.AnyTagClassName
{
color: #BDF456;
}
</style>
background-color css
<style>
a { background-color: #BDF456; }
a { background-color: rgb(189,244,86); }
div.DivClassName
{
background-color: #BDF456;
}
.BgClassName
{
background-color: #BDF456;
}
</style>
border-color css
<style>
span { border-color: #BDF456; }
span { border-color: rgb(189,244,86); }
td.TdClassName
{
border-color: #BDF456;
}
.TagClassName
{
border-color: #BDF456;
}
</style>