Shades of Conifer #BDF860
Tints of Conifer #BDF860
RGB
CMYK
RGB Variations
Color information
#BDF860 (or 0xBDF860) is known color: Conifer. HEX triplet: BD, F8 and 60. RGB value is (189,248,96). Sum of RGB (Red+Green+Blue) = 189+248+96=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF860 is #42079F. Grayscale: #D5D5D5. Windows color (decimal): -4327328 or 6355133. OLE color: 6355133.
HSL color Cylindrical-coordinate representation of color #BDF860: hue angle of 83.29º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF860 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 96 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.03 |
| HSL | 83.29º | 0.92% | 0.67% | - |
| HSV(B) | 83.29º | 0.61% | 0.97% | - |
| XYZ | 56.66 | 78.8 | 23.29 | - |
| YUV | 213.03 | 61.95 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 96 | 0.24 | 0 | 0.61 | 0.03 | 83.29 | 0.92 | 0.67 |
| Hex | BD | F8 | 60 | 18 | 0 | 3D | 3 | 53 | 5C | 43 |
| Octal | 275 | 370 | 140 | 30 | 0 | 75 | 3 | 123 | 134 | 103 |
| Binary | 10111101 | 11111000 | 1100000 | 11000 | 0 | 111101 | 11 | 1010011 | 1011100 | 1000011 |
Color Harmonies of #BDF860
Complementary color
Monochromatic Colors of #BDF860
Black with #BDF860
Text Example
Text Example
White with #BDF860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF860; }
p { color: rgb(189,248,96); }
H1.HeaderClassName
{
color: #BDF860;
}
.AnyTagClassName
{
color: #BDF860;
}
</style>
background-color css
<style>
a { background-color: #BDF860; }
a { background-color: rgb(189,248,96); }
div.DivClassName
{
background-color: #BDF860;
}
.BgClassName
{
background-color: #BDF860;
}
</style>
border-color css
<style>
span { border-color: #BDF860; }
span { border-color: rgb(189,248,96); }
td.TdClassName
{
border-color: #BDF860;
}
.TagClassName
{
border-color: #BDF860;
}
</style>