Shades of Conifer #BCDF51
Tints of Conifer #BCDF51
RGB
CMYK
RGB Variations
Color information
#BCDF51 (or 0xBCDF51) is known color: Conifer. HEX triplet: BC, DF and 51. RGB value is (188,223,81). Sum of RGB (Red+Green+Blue) = 188+223+81=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF51 is #4320AE. Grayscale: #C4C4C4. Windows color (decimal): -4399279 or 5365692. OLE color: 5365692.
HSL color Cylindrical-coordinate representation of color #BCDF51: hue angle of 74.79º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCDF51 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 81 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.13 |
| HSL | 74.79º | 0.69% | 0.6% | - |
| HSV(B) | 74.79º | 0.64% | 0.87% | - |
| XYZ | 48.61 | 64.06 | 17.59 | - |
| YUV | 196.35 | 62.9 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 81 | 0.16 | 0 | 0.64 | 0.13 | 74.79 | 0.69 | 0.6 |
| Hex | BC | DF | 51 | 10 | 0 | 40 | D | 4B | 45 | 3C |
| Octal | 274 | 337 | 121 | 20 | 0 | 100 | 15 | 113 | 105 | 74 |
| Binary | 10111100 | 11011111 | 1010001 | 10000 | 0 | 1000000 | 1101 | 1001011 | 1000101 | 111100 |
Color Harmonies of #BCDF51
Complementary color
Monochromatic Colors of #BCDF51
Black with #BCDF51
Text Example
Text Example
White with #BCDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF51; }
p { color: rgb(188,223,81); }
H1.HeaderClassName
{
color: #BCDF51;
}
.AnyTagClassName
{
color: #BCDF51;
}
</style>
background-color css
<style>
a { background-color: #BCDF51; }
a { background-color: rgb(188,223,81); }
div.DivClassName
{
background-color: #BCDF51;
}
.BgClassName
{
background-color: #BCDF51;
}
</style>
border-color css
<style>
span { border-color: #BCDF51; }
span { border-color: rgb(188,223,81); }
td.TdClassName
{
border-color: #BCDF51;
}
.TagClassName
{
border-color: #BCDF51;
}
</style>