Shades of Conifer #BDF856
Tints of Conifer #BDF856
RGB
CMYK
RGB Variations
Color information
#BDF856 (or 0xBDF856) is known color: Conifer. HEX triplet: BD, F8 and 56. RGB value is (189,248,86). Sum of RGB (Red+Green+Blue) = 189+248+86=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 86 (33.98% from 255 or 16.44% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF856 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF856 is #4207A9. Grayscale: #D4D4D4. Windows color (decimal): -4327338 or 5699773. OLE color: 5699773.
HSL color Cylindrical-coordinate representation of color #BDF856: hue angle of 81.85º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDF856 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 86 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.03 |
| HSL | 81.85º | 0.92% | 0.65% | - |
| HSV(B) | 81.85º | 0.65% | 0.97% | - |
| XYZ | 56.23 | 78.63 | 21.02 | - |
| YUV | 211.89 | 56.95 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 86 | 0.24 | 0 | 0.65 | 0.03 | 81.85 | 0.92 | 0.65 |
| Hex | BD | F8 | 56 | 18 | 0 | 41 | 3 | 52 | 5C | 41 |
| Octal | 275 | 370 | 126 | 30 | 0 | 101 | 3 | 122 | 134 | 101 |
| Binary | 10111101 | 11111000 | 1010110 | 11000 | 0 | 1000001 | 11 | 1010010 | 1011100 | 1000001 |
Color Harmonies of #BDF856
Complementary color
Monochromatic Colors of #BDF856
Black with #BDF856
Text Example
Text Example
White with #BDF856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF856; }
p { color: rgb(189,248,86); }
H1.HeaderClassName
{
color: #BDF856;
}
.AnyTagClassName
{
color: #BDF856;
}
</style>
background-color css
<style>
a { background-color: #BDF856; }
a { background-color: rgb(189,248,86); }
div.DivClassName
{
background-color: #BDF856;
}
.BgClassName
{
background-color: #BDF856;
}
</style>
border-color css
<style>
span { border-color: #BDF856; }
span { border-color: rgb(189,248,86); }
td.TdClassName
{
border-color: #BDF856;
}
.TagClassName
{
border-color: #BDF856;
}
</style>