Shades of Conifer #BCDF47
Tints of Conifer #BCDF47
RGB
CMYK
RGB Variations
Color information
#BCDF47 (or 0xBCDF47) is known color: Conifer. HEX triplet: BC, DF and 47. RGB value is (188,223,71). Sum of RGB (Red+Green+Blue) = 188+223+71=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF47 is #4320B8. Grayscale: #C3C3C3. Windows color (decimal): -4399289 or 4710332. OLE color: 4710332.
HSL color Cylindrical-coordinate representation of color #BCDF47: hue angle of 73.82º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCDF47 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 71 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.13 |
| HSL | 73.82º | 0.7% | 0.58% | - |
| HSV(B) | 73.82º | 0.68% | 0.87% | - |
| XYZ | 48.26 | 63.92 | 15.76 | - |
| YUV | 195.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 71 | 0.16 | 0 | 0.68 | 0.13 | 73.82 | 0.7 | 0.58 |
| Hex | BC | DF | 47 | 10 | 0 | 44 | D | 4A | 46 | 3A |
| Octal | 274 | 337 | 107 | 20 | 0 | 104 | 15 | 112 | 106 | 72 |
| Binary | 10111100 | 11011111 | 1000111 | 10000 | 0 | 1000100 | 1101 | 1001010 | 1000110 | 111010 |
Color Harmonies of #BCDF47
Complementary color
Monochromatic Colors of #BCDF47
Black with #BCDF47
Text Example
Text Example
White with #BCDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF47; }
p { color: rgb(188,223,71); }
H1.HeaderClassName
{
color: #BCDF47;
}
.AnyTagClassName
{
color: #BCDF47;
}
</style>
background-color css
<style>
a { background-color: #BCDF47; }
a { background-color: rgb(188,223,71); }
div.DivClassName
{
background-color: #BCDF47;
}
.BgClassName
{
background-color: #BCDF47;
}
</style>
border-color css
<style>
span { border-color: #BCDF47; }
span { border-color: rgb(188,223,71); }
td.TdClassName
{
border-color: #BCDF47;
}
.TagClassName
{
border-color: #BCDF47;
}
</style>