Shades of Conifer #BCFD4F
Tints of Conifer #BCFD4F
RGB
CMYK
RGB Variations
Color information
#BCFD4F (or 0xBCFD4F) is known color: Conifer. HEX triplet: BC, FD and 4F. RGB value is (188,253,79). Sum of RGB (Red+Green+Blue) = 188+253+79=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 79 (31.25% from 255 or 15.19% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD4F is #4302B0. Grayscale: #D6D6D6. Windows color (decimal): -4391601 or 5242300. OLE color: 5242300.
HSL color Cylindrical-coordinate representation of color #BCFD4F: hue angle of 82.41º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCFD4F is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 79 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.01 |
| HSL | 82.41º | 0.98% | 0.65% | - |
| HSV(B) | 82.41º | 0.69% | 0.99% | - |
| XYZ | 57.28 | 81.51 | 20.11 | - |
| YUV | 213.73 | 51.97 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 79 | 0.26 | 0 | 0.69 | 0.01 | 82.41 | 0.98 | 0.65 |
| Hex | BC | FD | 4F | 1A | 0 | 45 | 1 | 52 | 62 | 41 |
| Octal | 274 | 375 | 117 | 32 | 0 | 105 | 1 | 122 | 142 | 101 |
| Binary | 10111100 | 11111101 | 1001111 | 11010 | 0 | 1000101 | 1 | 1010010 | 1100010 | 1000001 |
Color Harmonies of #BCFD4F
Complementary color
Monochromatic Colors of #BCFD4F
Black with #BCFD4F
Text Example
Text Example
White with #BCFD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD4F; }
p { color: rgb(188,253,79); }
H1.HeaderClassName
{
color: #BCFD4F;
}
.AnyTagClassName
{
color: #BCFD4F;
}
</style>
background-color css
<style>
a { background-color: #BCFD4F; }
a { background-color: rgb(188,253,79); }
div.DivClassName
{
background-color: #BCFD4F;
}
.BgClassName
{
background-color: #BCFD4F;
}
</style>
border-color css
<style>
span { border-color: #BCFD4F; }
span { border-color: rgb(188,253,79); }
td.TdClassName
{
border-color: #BCFD4F;
}
.TagClassName
{
border-color: #BCFD4F;
}
</style>