Shades of Conifer #BCDF50
Tints of Conifer #BCDF50
RGB
CMYK
RGB Variations
Color information
#BCDF50 (or 0xBCDF50) is known color: Conifer. HEX triplet: BC, DF and 50. RGB value is (188,223,80). Sum of RGB (Red+Green+Blue) = 188+223+80=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF50 is #4320AF. Grayscale: #C4C4C4. Windows color (decimal): -4399280 or 5300156. OLE color: 5300156.
HSL color Cylindrical-coordinate representation of color #BCDF50: hue angle of 74.69º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCDF50 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 80 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.13 |
| HSL | 74.69º | 0.69% | 0.59% | - |
| HSV(B) | 74.69º | 0.64% | 0.87% | - |
| XYZ | 48.57 | 64.05 | 17.39 | - |
| YUV | 196.23 | 62.4 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 80 | 0.16 | 0 | 0.64 | 0.13 | 74.69 | 0.69 | 0.59 |
| Hex | BC | DF | 50 | 10 | 0 | 40 | D | 4B | 45 | 3B |
| Octal | 274 | 337 | 120 | 20 | 0 | 100 | 15 | 113 | 105 | 73 |
| Binary | 10111100 | 11011111 | 1010000 | 10000 | 0 | 1000000 | 1101 | 1001011 | 1000101 | 111011 |
Color Harmonies of #BCDF50
Complementary color
Monochromatic Colors of #BCDF50
Black with #BCDF50
Text Example
Text Example
White with #BCDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF50; }
p { color: rgb(188,223,80); }
H1.HeaderClassName
{
color: #BCDF50;
}
.AnyTagClassName
{
color: #BCDF50;
}
</style>
background-color css
<style>
a { background-color: #BCDF50; }
a { background-color: rgb(188,223,80); }
div.DivClassName
{
background-color: #BCDF50;
}
.BgClassName
{
background-color: #BCDF50;
}
</style>
border-color css
<style>
span { border-color: #BCDF50; }
span { border-color: rgb(188,223,80); }
td.TdClassName
{
border-color: #BCDF50;
}
.TagClassName
{
border-color: #BCDF50;
}
</style>