Shades of Conifer #BCF64D
Tints of Conifer #BCF64D
RGB
CMYK
RGB Variations
Color information
#BCF64D (or 0xBCF64D) is known color: Conifer. HEX triplet: BC, F6 and 4D. RGB value is (188,246,77). Sum of RGB (Red+Green+Blue) = 188+246+77=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF64D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF64D is #4309B2. Grayscale: #D2D2D2. Windows color (decimal): -4393395 or 5109436. OLE color: 5109436.
HSL color Cylindrical-coordinate representation of color #BCF64D: hue angle of 80.59º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCF64D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 77 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.04 |
| HSL | 80.59º | 0.9% | 0.63% | - |
| HSV(B) | 80.59º | 0.69% | 0.96% | - |
| XYZ | 55.03 | 77.14 | 19.01 | - |
| YUV | 209.39 | 53.28 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 77 | 0.24 | 0 | 0.69 | 0.04 | 80.59 | 0.9 | 0.63 |
| Hex | BC | F6 | 4D | 18 | 0 | 45 | 4 | 51 | 5A | 3F |
| Octal | 274 | 366 | 115 | 30 | 0 | 105 | 4 | 121 | 132 | 77 |
| Binary | 10111100 | 11110110 | 1001101 | 11000 | 0 | 1000101 | 100 | 1010001 | 1011010 | 111111 |
Color Harmonies of #BCF64D
Complementary color
Monochromatic Colors of #BCF64D
Black with #BCF64D
Text Example
Text Example
White with #BCF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF64D; }
p { color: rgb(188,246,77); }
H1.HeaderClassName
{
color: #BCF64D;
}
.AnyTagClassName
{
color: #BCF64D;
}
</style>
background-color css
<style>
a { background-color: #BCF64D; }
a { background-color: rgb(188,246,77); }
div.DivClassName
{
background-color: #BCF64D;
}
.BgClassName
{
background-color: #BCF64D;
}
</style>
border-color css
<style>
span { border-color: #BCF64D; }
span { border-color: rgb(188,246,77); }
td.TdClassName
{
border-color: #BCF64D;
}
.TagClassName
{
border-color: #BCF64D;
}
</style>