Shades of Conifer #BCF64F
Tints of Conifer #BCF64F
RGB
CMYK
RGB Variations
Color information
#BCF64F (or 0xBCF64F) is known color: Conifer. HEX triplet: BC, F6 and 4F. RGB value is (188,246,79). Sum of RGB (Red+Green+Blue) = 188+246+79=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF64F is #4309B0. Grayscale: #D2D2D2. Windows color (decimal): -4393393 or 5240508. OLE color: 5240508.
HSL color Cylindrical-coordinate representation of color #BCF64F: hue angle of 80.84º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCF64F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 246 | 79 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.04 |
| HSL | 80.84º | 0.9% | 0.64% | - |
| HSV(B) | 80.84º | 0.68% | 0.96% | - |
| XYZ | 55.11 | 77.17 | 19.39 | - |
| YUV | 209.62 | 54.28 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 246 | 79 | 0.24 | 0 | 0.68 | 0.04 | 80.84 | 0.9 | 0.64 |
| Hex | BC | F6 | 4F | 18 | 0 | 44 | 4 | 51 | 5A | 40 |
| Octal | 274 | 366 | 117 | 30 | 0 | 104 | 4 | 121 | 132 | 100 |
| Binary | 10111100 | 11110110 | 1001111 | 11000 | 0 | 1000100 | 100 | 1010001 | 1011010 | 1000000 |
Color Harmonies of #BCF64F
Complementary color
Monochromatic Colors of #BCF64F
Black with #BCF64F
Text Example
Text Example
White with #BCF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF64F; }
p { color: rgb(188,246,79); }
H1.HeaderClassName
{
color: #BCF64F;
}
.AnyTagClassName
{
color: #BCF64F;
}
</style>
background-color css
<style>
a { background-color: #BCF64F; }
a { background-color: rgb(188,246,79); }
div.DivClassName
{
background-color: #BCF64F;
}
.BgClassName
{
background-color: #BCF64F;
}
</style>
border-color css
<style>
span { border-color: #BCF64F; }
span { border-color: rgb(188,246,79); }
td.TdClassName
{
border-color: #BCF64F;
}
.TagClassName
{
border-color: #BCF64F;
}
</style>