Shades of Conifer #BCDF4F
Tints of Conifer #BCDF4F
RGB
CMYK
RGB Variations
Color information
#BCDF4F (or 0xBCDF4F) is known color: Conifer. HEX triplet: BC, DF and 4F. RGB value is (188,223,79). Sum of RGB (Red+Green+Blue) = 188+223+79=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF4F is #4320B0. Grayscale: #C4C4C4. Windows color (decimal): -4399281 or 5234620. OLE color: 5234620.
HSL color Cylindrical-coordinate representation of color #BCDF4F: hue angle of 74.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCDF4F is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 79 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.13 |
| HSL | 74.58º | 0.69% | 0.59% | - |
| HSV(B) | 74.58º | 0.65% | 0.87% | - |
| XYZ | 48.54 | 64.03 | 17.2 | - |
| YUV | 196.12 | 61.9 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 79 | 0.16 | 0 | 0.65 | 0.13 | 74.58 | 0.69 | 0.59 |
| Hex | BC | DF | 4F | 10 | 0 | 41 | D | 4B | 45 | 3B |
| Octal | 274 | 337 | 117 | 20 | 0 | 101 | 15 | 113 | 105 | 73 |
| Binary | 10111100 | 11011111 | 1001111 | 10000 | 0 | 1000001 | 1101 | 1001011 | 1000101 | 111011 |
Color Harmonies of #BCDF4F
Complementary color
Monochromatic Colors of #BCDF4F
Black with #BCDF4F
Text Example
Text Example
White with #BCDF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF4F; }
p { color: rgb(188,223,79); }
H1.HeaderClassName
{
color: #BCDF4F;
}
.AnyTagClassName
{
color: #BCDF4F;
}
</style>
background-color css
<style>
a { background-color: #BCDF4F; }
a { background-color: rgb(188,223,79); }
div.DivClassName
{
background-color: #BCDF4F;
}
.BgClassName
{
background-color: #BCDF4F;
}
</style>
border-color css
<style>
span { border-color: #BCDF4F; }
span { border-color: rgb(188,223,79); }
td.TdClassName
{
border-color: #BCDF4F;
}
.TagClassName
{
border-color: #BCDF4F;
}
</style>